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
- FlowDocumentFormatter.cs
- TraceXPathNavigator.cs
- ResourceWriter.cs
- util.cs
- versioninfo.cs
- EventOpcode.cs
- oledbmetadatacolumnnames.cs
- HwndAppCommandInputProvider.cs
- TreeNodeStyleCollection.cs
- SystemDiagnosticsSection.cs
- ContextMenuStripGroup.cs
- CounterCreationDataCollection.cs
- ConsoleCancelEventArgs.cs
- PropertyDescriptorComparer.cs
- GenericPrincipal.cs
- PropertyDescriptorGridEntry.cs
- TypeElementCollection.cs
- FixedTextBuilder.cs
- GestureRecognitionResult.cs
- WebSysDefaultValueAttribute.cs
- smtppermission.cs
- BookmarkUndoUnit.cs
- PixelFormats.cs
- StringUtil.cs
- ModifierKeysValueSerializer.cs
- WhitespaceSignificantCollectionAttribute.cs
- PagerStyle.cs
- QilReference.cs
- SingleAnimationBase.cs
- SamlAssertionKeyIdentifierClause.cs
- PlainXmlDeserializer.cs
- VSWCFServiceContractGenerator.cs
- InfiniteIntConverter.cs
- FieldBuilder.cs
- DataGridViewTextBoxCell.cs
- _OverlappedAsyncResult.cs
- WindowsToolbar.cs
- NegotiateStream.cs
- DataAdapter.cs
- ProfileBuildProvider.cs
- ParserOptions.cs
- WmfPlaceableFileHeader.cs
- versioninfo.cs
- LOSFormatter.cs
- QilStrConcat.cs
- _DomainName.cs
- FlowDocumentScrollViewer.cs
- ListViewDeleteEventArgs.cs
- WindowsListViewItemCheckBox.cs
- WindowsButton.cs
- RectangleHotSpot.cs
- ReadOnlyDictionary.cs
- DataGridViewColumnTypePicker.cs
- MetaForeignKeyColumn.cs
- FastEncoderWindow.cs
- HostingEnvironment.cs
- DrawListViewColumnHeaderEventArgs.cs
- AttachedProperty.cs
- XPathAxisIterator.cs
- ByteStorage.cs
- StringArrayEditor.cs
- TileBrush.cs
- HitTestResult.cs
- CompleteWizardStep.cs
- BinaryCommonClasses.cs
- ZipIOLocalFileBlock.cs
- CriticalHandle.cs
- MoveSizeWinEventHandler.cs
- ResolveDuplexCD1AsyncResult.cs
- HttpRawResponse.cs
- ActivitySurrogateSelector.cs
- HideDisabledControlAdapter.cs
- returneventsaver.cs
- StringKeyFrameCollection.cs
- Config.cs
- OpenTypeLayoutCache.cs
- TableCellCollection.cs
- ArgumentNullException.cs
- DesignerImageAdapter.cs
- AutomationTextAttribute.cs
- ReservationCollection.cs
- ReferenceEqualityComparer.cs
- ADConnectionHelper.cs
- EventLogEntry.cs
- Int16Converter.cs
- TransformationRules.cs
- Int64AnimationUsingKeyFrames.cs
- InvokeBinder.cs
- querybuilder.cs
- EpmTargetPathSegment.cs
- SelectionEditor.cs
- PageThemeBuildProvider.cs
- XmlILStorageConverter.cs
- BuildProvider.cs
- ServiceModelPerformanceCounters.cs
- ChtmlTextWriter.cs
- _ConnectOverlappedAsyncResult.cs
- CellConstant.cs
- CodeTypeParameter.cs
- SqlInternalConnectionTds.cs