Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RegexCaptureCollection.cs
- GenericWebPart.cs
- Invariant.cs
- EntityDataSourceViewSchema.cs
- LineInfo.cs
- MeasureItemEvent.cs
- HtmlInputButton.cs
- fixedPageContentExtractor.cs
- RijndaelManagedTransform.cs
- ToolStripArrowRenderEventArgs.cs
- BaseDataBoundControl.cs
- HotCommands.cs
- OutputCacheSection.cs
- TextRangeBase.cs
- StyleModeStack.cs
- NamespaceInfo.cs
- SQLConvert.cs
- InfoCardRequestException.cs
- XPathExpr.cs
- DocumentPageHost.cs
- DataListItemCollection.cs
- AttributeCollection.cs
- ColorAnimationBase.cs
- XamlReader.cs
- XmlWellformedWriter.cs
- GenericNameHandler.cs
- UInt32.cs
- Int16.cs
- Peer.cs
- ClearCollection.cs
- BinaryObjectInfo.cs
- GeneralTransformGroup.cs
- StagingAreaInputItem.cs
- Util.cs
- MultipleViewPattern.cs
- UriGenerator.cs
- PerformanceCounter.cs
- MessageQueueAccessControlEntry.cs
- InvalidComObjectException.cs
- TextElementEditingBehaviorAttribute.cs
- ResolvedKeyFrameEntry.cs
- DataViewListener.cs
- ReferentialConstraintRoleElement.cs
- DataServiceHost.cs
- ReadOnlyDictionary.cs
- PointLight.cs
- DataBoundControlDesigner.cs
- AstTree.cs
- nulltextcontainer.cs
- ExceptionHandlersDesigner.cs
- BamlLocalizableResource.cs
- HeaderedContentControl.cs
- GridViewEditEventArgs.cs
- PropertyGridView.cs
- TogglePatternIdentifiers.cs
- ResourceWriter.cs
- ILGenerator.cs
- ScaleTransform.cs
- WebServiceEndpoint.cs
- SinglePageViewer.cs
- SqlMethods.cs
- EncoderParameter.cs
- BindingOperations.cs
- XmlSchemas.cs
- EntityDataSourceReferenceGroup.cs
- IntranetCredentialPolicy.cs
- SizeLimitedCache.cs
- DependencyObjectProvider.cs
- AdPostCacheSubstitution.cs
- StreamAsIStream.cs
- RayHitTestParameters.cs
- DesignerActionList.cs
- WebPartConnectionsCloseVerb.cs
- Operand.cs
- MembershipSection.cs
- MemberProjectionIndex.cs
- System.Data_BID.cs
- ClientViaElement.cs
- ToolStripPanelRow.cs
- ConfigXmlAttribute.cs
- ConsumerConnectionPoint.cs
- WorkerRequest.cs
- ErrorRuntimeConfig.cs
- WebServiceClientProxyGenerator.cs
- HttpChannelFactory.cs
- WorkflowQueuingService.cs
- OrElse.cs
- CheckBoxAutomationPeer.cs
- TabControlEvent.cs
- Table.cs
- EventLogWatcher.cs
- SortQuery.cs
- storagemappingitemcollection.viewdictionary.cs
- Rotation3DAnimation.cs
- StateItem.cs
- OdbcConnection.cs
- SafeCertificateStore.cs
- ResourceProviderFactory.cs
- WebPartVerb.cs
- MetadataProperty.cs