Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Effects / BitmapEffectState.cs / 1305600 / BitmapEffectState.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // File: BitmapEffectState.cs // // Description: This file contains the implementation of BitmapEffectState. // This is the base class for holding the bitmap effect state. // // History: // 07/25/2005 : [....] - Created it. // //--------------------------------------------------------------------------- using System; using System.Windows.Threading; using MS.Win32; using System.Security; using System.Security.Permissions; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Resources; using MS.Utility; using System.Runtime.InteropServices; using MS.Internal.PresentationCore; using SR = MS.Internal.PresentationCore.SR; using SRID = MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Effects { ////// This class is used to store the user provided bitmap effect data on Visual. /// It is necessary to implement the emulation layer for some legacy effects on top /// of the new pipline. /// internal class BitmapEffectState { private BitmapEffect _bitmapEffect; private BitmapEffectInput _bitmapEffectInput; public BitmapEffectState() {} public BitmapEffect BitmapEffect { get { return _bitmapEffect; } set { _bitmapEffect = value; } } public BitmapEffectInput BitmapEffectInput { get { return _bitmapEffectInput; } set { _bitmapEffectInput = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // File: BitmapEffectState.cs // // Description: This file contains the implementation of BitmapEffectState. // This is the base class for holding the bitmap effect state. // // History: // 07/25/2005 : [....] - Created it. // //--------------------------------------------------------------------------- using System; using System.Windows.Threading; using MS.Win32; using System.Security; using System.Security.Permissions; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Resources; using MS.Utility; using System.Runtime.InteropServices; using MS.Internal.PresentationCore; using SR = MS.Internal.PresentationCore.SR; using SRID = MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Effects { ////// This class is used to store the user provided bitmap effect data on Visual. /// It is necessary to implement the emulation layer for some legacy effects on top /// of the new pipline. /// internal class BitmapEffectState { private BitmapEffect _bitmapEffect; private BitmapEffectInput _bitmapEffectInput; public BitmapEffectState() {} public BitmapEffect BitmapEffect { get { return _bitmapEffect; } set { _bitmapEffect = value; } } public BitmapEffectInput BitmapEffectInput { get { return _bitmapEffectInput; } set { _bitmapEffectInput = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateBindingExpressionConverter.cs
- SqlStatistics.cs
- ContainerTracking.cs
- RoleGroupCollection.cs
- MouseGestureConverter.cs
- Comparer.cs
- ResourceCodeDomSerializer.cs
- XsdBuilder.cs
- LazyTextWriterCreator.cs
- MemberAccessException.cs
- SyndicationSerializer.cs
- GestureRecognizer.cs
- SafeRightsManagementPubHandle.cs
- SafeEventLogWriteHandle.cs
- Menu.cs
- GridViewEditEventArgs.cs
- MsmqInputChannelListener.cs
- OdbcInfoMessageEvent.cs
- Formatter.cs
- WsdlHelpGeneratorElement.cs
- VerificationAttribute.cs
- LassoHelper.cs
- Type.cs
- ObjectSecurity.cs
- SrgsSubset.cs
- EntryWrittenEventArgs.cs
- FilterQuery.cs
- CapacityStreamGeometryContext.cs
- TagPrefixInfo.cs
- ConstraintManager.cs
- Separator.cs
- MetadataUtilsSmi.cs
- Dynamic.cs
- InstanceContextManager.cs
- safesecurityhelperavalon.cs
- RedistVersionInfo.cs
- DataGridViewSelectedCellCollection.cs
- ListView.cs
- WindowsRegion.cs
- StandardTransformFactory.cs
- XPathNode.cs
- CheckedListBox.cs
- TreeViewImageKeyConverter.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- SQLChars.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- AuthenticationSection.cs
- CreateRefExpr.cs
- EditorPartCollection.cs
- PairComparer.cs
- AsymmetricKeyExchangeDeformatter.cs
- PropertyTabChangedEvent.cs
- Timer.cs
- configsystem.cs
- DesignSurfaceManager.cs
- FormViewDeleteEventArgs.cs
- DataGridColumnHeaderCollection.cs
- PropertyKey.cs
- PageFunction.cs
- Paragraph.cs
- _HeaderInfoTable.cs
- CqlErrorHelper.cs
- TemplateAction.cs
- MultipleViewProviderWrapper.cs
- UnsafeNativeMethods.cs
- CLSCompliantAttribute.cs
- KnownAssembliesSet.cs
- AlignmentXValidation.cs
- ServiceElement.cs
- Vector3DKeyFrameCollection.cs
- SessionStateSection.cs
- InternalUserCancelledException.cs
- CheckBoxAutomationPeer.cs
- LexicalChunk.cs
- EntityDesignerDataSourceView.cs
- IListConverters.cs
- ActivityMarkupSerializationProvider.cs
- Semaphore.cs
- XslNumber.cs
- Table.cs
- NativeMethods.cs
- BasicViewGenerator.cs
- HtmlInputPassword.cs
- ImageMap.cs
- Timer.cs
- XXXOnTypeBuilderInstantiation.cs
- DataGridViewColumnCollection.cs
- HttpRawResponse.cs
- ResourceProviderFactory.cs
- Section.cs
- ArraySegment.cs
- XmlSchemaElement.cs
- PathStreamGeometryContext.cs
- BindingWorker.cs
- HttpPostedFile.cs
- ToolStripDropDownClosingEventArgs.cs
- CroppedBitmap.cs
- OperationCanceledException.cs
- DataServiceRequestOfT.cs
- LineGeometry.cs