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
- SystemIPGlobalStatistics.cs
- UserNameSecurityToken.cs
- OutOfMemoryException.cs
- DependentList.cs
- ToolboxItemAttribute.cs
- CommandHelpers.cs
- NativeCompoundFileAPIs.cs
- ShaperBuffers.cs
- HostedHttpContext.cs
- Resources.Designer.cs
- SkinBuilder.cs
- Config.cs
- SafeUserTokenHandle.cs
- UiaCoreApi.cs
- ClientBuildManagerCallback.cs
- FixedNode.cs
- TriState.cs
- BrowsableAttribute.cs
- ReadOnlyPropertyMetadata.cs
- BinaryObjectWriter.cs
- SettingsPropertyValue.cs
- WebPartHelpVerb.cs
- SystemTcpConnection.cs
- Misc.cs
- ProcessThreadDesigner.cs
- WebScriptEndpoint.cs
- EntityCommandCompilationException.cs
- EntityObject.cs
- TimerElapsedEvenArgs.cs
- SqlDataSourceFilteringEventArgs.cs
- TailPinnedEventArgs.cs
- ControlValuePropertyAttribute.cs
- ItemContainerProviderWrapper.cs
- CodeDomLocalizationProvider.cs
- ToolboxControl.cs
- Helpers.cs
- ErrorFormatterPage.cs
- OleDbPropertySetGuid.cs
- WebPartEditorOkVerb.cs
- URL.cs
- SortKey.cs
- Emitter.cs
- AxisAngleRotation3D.cs
- SqlDataSourceEnumerator.cs
- EnumMemberAttribute.cs
- BasicDesignerLoader.cs
- CellPartitioner.cs
- oledbmetadatacolumnnames.cs
- PrimitiveDataContract.cs
- ParseNumbers.cs
- WindowsRebar.cs
- PersistNameAttribute.cs
- PropertyChangedEventManager.cs
- CodeAttributeDeclarationCollection.cs
- IdentifierService.cs
- _DomainName.cs
- BasicViewGenerator.cs
- ColumnReorderedEventArgs.cs
- ViewManager.cs
- FormParameter.cs
- SqlAliasesReferenced.cs
- ManualResetEventSlim.cs
- RightsManagementPermission.cs
- SecurityTokenValidationException.cs
- Int32.cs
- DataService.cs
- Bidi.cs
- FontFamilyValueSerializer.cs
- ProviderConnectionPoint.cs
- ListViewItemSelectionChangedEvent.cs
- XmlAttribute.cs
- Native.cs
- WebPartDescriptionCollection.cs
- GiveFeedbackEvent.cs
- LicenseContext.cs
- WindowsListViewScroll.cs
- WebPartMinimizeVerb.cs
- TableLayout.cs
- MimeImporter.cs
- RoleBoolean.cs
- CryptoApi.cs
- DateTimeAutomationPeer.cs
- DbParameterCollectionHelper.cs
- LocalizableResourceBuilder.cs
- Compiler.cs
- ArglessEventHandlerProxy.cs
- SqlTopReducer.cs
- PrintingPermissionAttribute.cs
- DesignerAutoFormatStyle.cs
- CodeTypeDeclaration.cs
- DataGridViewCellParsingEventArgs.cs
- HttpChannelBindingToken.cs
- SchemaInfo.cs
- WrappedReader.cs
- SettingsBase.cs
- Unit.cs
- TextElementEnumerator.cs
- StreamReader.cs
- NativeCppClassAttribute.cs
- XmlDataSource.cs