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
- SmtpNegotiateAuthenticationModule.cs
- AlignmentYValidation.cs
- DecoderBestFitFallback.cs
- SmtpReplyReader.cs
- WebBrowserBase.cs
- XmlSchemaExternal.cs
- FormClosedEvent.cs
- RawKeyboardInputReport.cs
- SimpleNameService.cs
- BitStack.cs
- ItemsChangedEventArgs.cs
- FixedSOMPageConstructor.cs
- StylusShape.cs
- ClientScriptManager.cs
- ResolveDuplexCD1AsyncResult.cs
- QueryableFilterUserControl.cs
- TimerElapsedEvenArgs.cs
- TextProperties.cs
- Popup.cs
- ToolStripPanelRow.cs
- cookie.cs
- LocalizationParserHooks.cs
- dbdatarecord.cs
- Compiler.cs
- OracleString.cs
- MultipartIdentifier.cs
- DataProviderNameConverter.cs
- QueryUtil.cs
- SaveCardRequest.cs
- TcpChannelListener.cs
- PersonalizationProvider.cs
- StylusPointCollection.cs
- IODescriptionAttribute.cs
- DispatchChannelSink.cs
- Lock.cs
- ApplicationId.cs
- XmlBinaryReader.cs
- Transform3DGroup.cs
- ElementHostPropertyMap.cs
- FontFamilyValueSerializer.cs
- UInt16Storage.cs
- OutputCacheSettingsSection.cs
- grammarelement.cs
- ComponentCommands.cs
- _ContextAwareResult.cs
- Knowncolors.cs
- DBCSCodePageEncoding.cs
- DNS.cs
- BulletedListEventArgs.cs
- DebugManager.cs
- SplitterEvent.cs
- FormatterServices.cs
- SubMenuStyleCollection.cs
- ToolTip.cs
- MexBindingElement.cs
- DesignTimeParseData.cs
- Queue.cs
- QueryGenerator.cs
- BufferedGraphics.cs
- PathFigure.cs
- HwndMouseInputProvider.cs
- EntityTypeEmitter.cs
- PropertyFilterAttribute.cs
- Variant.cs
- SectionXmlInfo.cs
- ServiceModelExtensionElement.cs
- DecoderFallback.cs
- DelegateArgumentValue.cs
- EntityModelSchemaGenerator.cs
- CompoundFileStreamReference.cs
- RenamedEventArgs.cs
- PersistencePipeline.cs
- WebServiceFault.cs
- XamlReaderHelper.cs
- Point3DAnimationBase.cs
- InstanceDataCollectionCollection.cs
- PerformanceCounterPermission.cs
- EntityEntry.cs
- TickBar.cs
- SymDocumentType.cs
- XmlFormatReaderGenerator.cs
- Track.cs
- ListItemDetailViewAttribute.cs
- ListControl.cs
- Update.cs
- AffineTransform3D.cs
- SelectionChangedEventArgs.cs
- ChtmlTextWriter.cs
- LayoutInformation.cs
- Timer.cs
- OutputBuffer.cs
- XmlAttributeOverrides.cs
- MimeBasePart.cs
- ObjectConverter.cs
- Dynamic.cs
- DataGridViewRowPostPaintEventArgs.cs
- CompositeFontInfo.cs
- GatewayDefinition.cs
- TextTrailingCharacterEllipsis.cs
- DbConnectionStringCommon.cs