Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Effects / BitmapEffectDrawingContent.cs / 1 / BitmapEffectDrawingContent.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: BitmapEffectDrawingContent is used by DrawingGroup to // hold the information for the scheduled realization updates // // //--------------------------------------------------------------------------- using System; using System.Windows.Threading; using MS.Win32; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Effects; using System.Collections; using System.Collections.Generic; using MS.Internal; using MS.Internal.Media; using System.Resources; using MS.Utility; namespace System.Windows.Media.Effects { ////// This class is used to realize the content of the /// drawing group if a bitmap effect is applied to it /// internal class BitmapEffectDrawingContent : IRealizationContextClient { DrawingGroup _group; List_channels; public BitmapEffectDrawingContent(DrawingGroup g, RealizationContext ctx) { _channels = ctx.Channels; _group = g; } public void ExecuteRealizationsUpdate() { _group.RenderBitmapEffect(_channels); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Publisher.cs
- HostnameComparisonMode.cs
- DataGridViewTopRowAccessibleObject.cs
- DispatcherObject.cs
- DropDownList.cs
- TypedServiceChannelBuilder.cs
- Image.cs
- ScriptControlManager.cs
- DigitShape.cs
- BlobPersonalizationState.cs
- Point3DAnimationUsingKeyFrames.cs
- DispatcherObject.cs
- Form.cs
- CfgSemanticTag.cs
- StreamUpdate.cs
- SplayTreeNode.cs
- IImplicitResourceProvider.cs
- GridViewCellAutomationPeer.cs
- BaseCollection.cs
- CompilationRelaxations.cs
- OleDbReferenceCollection.cs
- CounterCreationData.cs
- ClientRequest.cs
- Processor.cs
- KeysConverter.cs
- XmlSchemaAnnotated.cs
- PrintPreviewDialog.cs
- BamlResourceDeserializer.cs
- ReflectionUtil.cs
- DBDataPermissionAttribute.cs
- ClipboardData.cs
- ResolveNameEventArgs.cs
- CachedPathData.cs
- SqlDataSourceDesigner.cs
- PathFigureCollection.cs
- RemotingConfiguration.cs
- Process.cs
- ActionFrame.cs
- MarkupWriter.cs
- SchemaManager.cs
- MemberDescriptor.cs
- SoapAttributeAttribute.cs
- FixedPage.cs
- GenericEnumConverter.cs
- KeyInstance.cs
- IBuiltInEvidence.cs
- tibetanshape.cs
- GeneratedContractType.cs
- ContainerParaClient.cs
- LiteralTextContainerControlBuilder.cs
- DBSchemaRow.cs
- DesignerGenericWebPart.cs
- Point3DCollectionConverter.cs
- GeneralTransform2DTo3D.cs
- GenericWebPart.cs
- Script.cs
- StandardBindingElement.cs
- LinkButton.cs
- Int16KeyFrameCollection.cs
- BmpBitmapDecoder.cs
- PageClientProxyGenerator.cs
- MgmtResManager.cs
- ObjectItemCollection.cs
- KeyInfo.cs
- CharUnicodeInfo.cs
- TextFragmentEngine.cs
- MatrixCamera.cs
- HtmlToClrEventProxy.cs
- KeyedHashAlgorithm.cs
- ConsoleCancelEventArgs.cs
- TableAdapterManagerMethodGenerator.cs
- AssemblyAttributes.cs
- AssociationType.cs
- HyperLinkStyle.cs
- BindingCollection.cs
- DbDeleteCommandTree.cs
- ObjectCache.cs
- ExtractCollection.cs
- StructuralObject.cs
- StrongNameUtility.cs
- PropertyRef.cs
- HttpCapabilitiesBase.cs
- BitmapFrameEncode.cs
- InputScopeConverter.cs
- ChildDocumentBlock.cs
- UInt32.cs
- LogLogRecordEnumerator.cs
- namescope.cs
- _ContextAwareResult.cs
- SmiRecordBuffer.cs
- NamedElement.cs
- ExpandableObjectConverter.cs
- EventLogPermissionEntry.cs
- DocumentPropertiesDialog.cs
- ProcessProtocolHandler.cs
- SqlWebEventProvider.cs
- WinFormsSpinner.cs
- SelectionHighlightInfo.cs
- MissingSatelliteAssemblyException.cs
- IOThreadScheduler.cs