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
- ManagedIStream.cs
- OledbConnectionStringbuilder.cs
- InvocationExpression.cs
- SmtpNegotiateAuthenticationModule.cs
- LineVisual.cs
- ListBase.cs
- TableCellAutomationPeer.cs
- ZeroOpNode.cs
- ImmutableObjectAttribute.cs
- TextAdaptor.cs
- DrawingGroup.cs
- Int16AnimationUsingKeyFrames.cs
- XpsFontSubsetter.cs
- ProxyAssemblyNotLoadedException.cs
- MetadataArtifactLoaderFile.cs
- TreeNodeClickEventArgs.cs
- NativeMethods.cs
- VisualBasicDesignerHelper.cs
- RegexCode.cs
- AttributeEmitter.cs
- StructuralComparisons.cs
- BitVector32.cs
- InternalResources.cs
- SystemMulticastIPAddressInformation.cs
- TreeIterator.cs
- VisualStyleTypesAndProperties.cs
- CorrelationService.cs
- AttributeAction.cs
- DbModificationClause.cs
- WebZone.cs
- DateTimeParse.cs
- GridViewUpdatedEventArgs.cs
- DefaultHttpHandler.cs
- IDReferencePropertyAttribute.cs
- TextHidden.cs
- AuthorizationRuleCollection.cs
- Point4D.cs
- ValidationSummary.cs
- BackgroundFormatInfo.cs
- PositiveTimeSpanValidator.cs
- GridLength.cs
- ToolStripComboBox.cs
- PageParser.cs
- PositiveTimeSpanValidatorAttribute.cs
- WhitespaceRule.cs
- TabControlAutomationPeer.cs
- QueryInterceptorAttribute.cs
- DescendantBaseQuery.cs
- PolicyLevel.cs
- CompleteWizardStep.cs
- WebPartConnectionCollection.cs
- DataSourceGeneratorException.cs
- XpsS0ValidatingLoader.cs
- DatePicker.cs
- HttpHandlersSection.cs
- ContextStaticAttribute.cs
- FloaterBaseParaClient.cs
- BulletedListEventArgs.cs
- SmiContext.cs
- HostingPreferredMapPath.cs
- TransformPattern.cs
- ConsoleTraceListener.cs
- XamlPathDataSerializer.cs
- AppSettingsReader.cs
- ListItemConverter.cs
- TableHeaderCell.cs
- contentDescriptor.cs
- QuaternionConverter.cs
- RuntimeHandles.cs
- AccessorTable.cs
- RootDesignerSerializerAttribute.cs
- __Error.cs
- PersonalizationProviderHelper.cs
- AsyncResult.cs
- GuidelineCollection.cs
- MemoryMappedFileSecurity.cs
- HttpServerVarsCollection.cs
- ToolboxComponentsCreatedEventArgs.cs
- WmlCalendarAdapter.cs
- ClipboardData.cs
- DesignerTransactionCloseEvent.cs
- XmlSerializerNamespaces.cs
- BorderGapMaskConverter.cs
- MetadataArtifactLoaderCompositeResource.cs
- WebPartConnectionsEventArgs.cs
- GeneralTransform.cs
- CompiledQuery.cs
- PropertyMapper.cs
- SpecialNameAttribute.cs
- Peer.cs
- DateTimeEditor.cs
- Switch.cs
- DateTimeOffsetAdapter.cs
- SemanticTag.cs
- HttpCapabilitiesBase.cs
- Bezier.cs
- SpotLight.cs
- CollectionViewProxy.cs
- HtmlInputFile.cs
- ResourceDictionary.cs