Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Effects / BitmapEffectGroup.cs / 1407647 / BitmapEffectGroup.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2005 // // File: BitmapEffectGroup.cs //----------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Media; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Windows.Media.Animation; using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Effects { ////// The class defintion for BitmapEffectGroup /// [ContentProperty("Children")] public sealed partial class BitmapEffectGroup : BitmapEffect { ////// /// public BitmapEffectGroup() { } ////// 1. Updates (propagates) the properties to the unmanaged handle of all /// the child effects /// 2. Sets up all the connections /// 3. Wraps the list with the aggregate effect /// /// Unmanaged handle for aggregate effect ////// Critical - recieves a security critical type SafeHandle. /// Safe - The method does nothing. /// [SecuritySafeCritical] [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] protected override void UpdateUnmanagedPropertyState(SafeHandle unmanagedEffect) { } ////// Create an unmanaged handle for the group effect /// ////// /// Critical - returns a security critical type SafeHandle. /// Safe - Always returns null. /// [SecuritySafeCritical] [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] protected override unsafe SafeHandle CreateUnmanagedEffect() { return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2005 // // File: BitmapEffectGroup.cs //----------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Media; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Windows.Media.Animation; using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Effects { ////// The class defintion for BitmapEffectGroup /// [ContentProperty("Children")] public sealed partial class BitmapEffectGroup : BitmapEffect { ////// /// public BitmapEffectGroup() { } ////// 1. Updates (propagates) the properties to the unmanaged handle of all /// the child effects /// 2. Sets up all the connections /// 3. Wraps the list with the aggregate effect /// /// Unmanaged handle for aggregate effect ////// Critical - recieves a security critical type SafeHandle. /// Safe - The method does nothing. /// [SecuritySafeCritical] [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] protected override void UpdateUnmanagedPropertyState(SafeHandle unmanagedEffect) { } ////// Create an unmanaged handle for the group effect /// ////// /// Critical - returns a security critical type SafeHandle. /// Safe - Always returns null. /// [SecuritySafeCritical] [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] protected override unsafe SafeHandle CreateUnmanagedEffect() { return null; } } } // 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
- OleDbInfoMessageEvent.cs
- AssociationEndMember.cs
- UnsafeNativeMethods.cs
- AttachedProperty.cs
- OdbcConnectionString.cs
- SafeArrayTypeMismatchException.cs
- FixedStringLookup.cs
- GeneratedCodeAttribute.cs
- WorkItem.cs
- CompiledRegexRunnerFactory.cs
- HttpWriter.cs
- WorkflowServiceAttributes.cs
- SymLanguageVendor.cs
- DataViewManager.cs
- SystemFonts.cs
- ColorConvertedBitmap.cs
- TrustManager.cs
- ResolveMatchesMessage11.cs
- XpsS0ValidatingLoader.cs
- ReaderOutput.cs
- WebBrowserUriTypeConverter.cs
- PageCodeDomTreeGenerator.cs
- WebPartVerbsEventArgs.cs
- TreeWalker.cs
- PackageDigitalSignatureManager.cs
- ProcessThread.cs
- TextEndOfParagraph.cs
- BitHelper.cs
- ScrollEventArgs.cs
- RemotingException.cs
- TraceListener.cs
- MexTcpBindingCollectionElement.cs
- DocumentSchemaValidator.cs
- BamlCollectionHolder.cs
- basecomparevalidator.cs
- EnumValidator.cs
- ServerValidateEventArgs.cs
- DecimalMinMaxAggregationOperator.cs
- ListItemsCollectionEditor.cs
- ExtendedPropertyCollection.cs
- DataGridHeaderBorder.cs
- SafeNativeMethodsOther.cs
- ArraySubsetEnumerator.cs
- PresentationTraceSources.cs
- ScriptManager.cs
- RenderOptions.cs
- CookielessHelper.cs
- SizeChangedEventArgs.cs
- ResolveDuplexAsyncResult.cs
- LineSegment.cs
- CommonGetThemePartSize.cs
- WinEventQueueItem.cs
- ListDependantCardsRequest.cs
- XmlBindingWorker.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- EventPropertyMap.cs
- TemplateControlParser.cs
- DocumentGridPage.cs
- Header.cs
- UIElementHelper.cs
- FigureParagraph.cs
- ParserOptions.cs
- HMACRIPEMD160.cs
- CheckBoxField.cs
- EventLogPropertySelector.cs
- EventMappingSettingsCollection.cs
- PrinterResolution.cs
- CommonRemoteMemoryBlock.cs
- ZipIOBlockManager.cs
- XmlnsPrefixAttribute.cs
- Rotation3D.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- COM2TypeInfoProcessor.cs
- RefreshEventArgs.cs
- OutputBuffer.cs
- DataRecordInfo.cs
- ImageSource.cs
- _DisconnectOverlappedAsyncResult.cs
- ProcessModelInfo.cs
- ScrollEvent.cs
- LayoutExceptionEventArgs.cs
- SolidBrush.cs
- precedingquery.cs
- LambdaCompiler.Logical.cs
- FontInfo.cs
- MetadataResolver.cs
- ConnectionDemuxer.cs
- TrimSurroundingWhitespaceAttribute.cs
- TagElement.cs
- PrintPreviewGraphics.cs
- TypeLoadException.cs
- ExceptionAggregator.cs
- BinaryReader.cs
- MiniModule.cs
- GridLengthConverter.cs
- SynchronizationContext.cs
- ControlBuilderAttribute.cs
- KeyedQueue.cs
- SmiRecordBuffer.cs
- PrintingPermissionAttribute.cs