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
- CodeAttributeDeclaration.cs
- MsmqBindingElementBase.cs
- OleDbParameterCollection.cs
- ArgIterator.cs
- WebExceptionStatus.cs
- StopRoutingHandler.cs
- ProfileEventArgs.cs
- CommandField.cs
- ShaderRenderModeValidation.cs
- CachedFontFace.cs
- TreeNodeClickEventArgs.cs
- UrlAuthorizationModule.cs
- XmlNodeList.cs
- HttpVersion.cs
- Resources.Designer.cs
- PageBreakRecord.cs
- HostingEnvironmentWrapper.cs
- ValidatorUtils.cs
- NotImplementedException.cs
- ScriptResourceInfo.cs
- TitleStyle.cs
- UrlPath.cs
- AtlasWeb.Designer.cs
- TableDetailsRow.cs
- LambdaCompiler.Lambda.cs
- TextElementCollection.cs
- DocumentSignatureManager.cs
- OpCellTreeNode.cs
- DataBindingHandlerAttribute.cs
- ExtendedPropertyDescriptor.cs
- ListBox.cs
- Int32AnimationBase.cs
- EventMap.cs
- XmlParserContext.cs
- XamlPathDataSerializer.cs
- XslVisitor.cs
- OSEnvironmentHelper.cs
- TransformProviderWrapper.cs
- ParserContext.cs
- ThaiBuddhistCalendar.cs
- XmlSchemaAnnotated.cs
- StoryFragments.cs
- ServiceThrottle.cs
- GridEntryCollection.cs
- MessageDispatch.cs
- AgileSafeNativeMemoryHandle.cs
- FileLogRecordEnumerator.cs
- BitmapImage.cs
- GcHandle.cs
- HScrollBar.cs
- CompoundFileIOPermission.cs
- XmlSerializerAssemblyAttribute.cs
- ParamArrayAttribute.cs
- SafePointer.cs
- XmlSchemaImporter.cs
- Misc.cs
- TextSelection.cs
- FontSourceCollection.cs
- Speller.cs
- AvTraceDetails.cs
- FormatVersion.cs
- PagerStyle.cs
- ConfigXmlAttribute.cs
- XmlSchemaImport.cs
- RefreshPropertiesAttribute.cs
- SkipStoryboardToFill.cs
- ComponentResourceManager.cs
- WebHttpElement.cs
- OptimalBreakSession.cs
- XamlInterfaces.cs
- PageWrapper.cs
- MeshGeometry3D.cs
- GB18030Encoding.cs
- SerializerProvider.cs
- SqlUdtInfo.cs
- ScriptReference.cs
- OSFeature.cs
- GridViewAutomationPeer.cs
- SHA256Managed.cs
- Converter.cs
- HtmlTableCellCollection.cs
- ConfigurationManagerHelper.cs
- COMException.cs
- RectConverter.cs
- MemoryStream.cs
- RegistrySecurity.cs
- SafeFindHandle.cs
- QilInvokeEarlyBound.cs
- ConnectionStringSettings.cs
- ServicesExceptionNotHandledEventArgs.cs
- QilValidationVisitor.cs
- DictationGrammar.cs
- TraceHwndHost.cs
- HtmlInputHidden.cs
- SamlConstants.cs
- FontFamily.cs
- SortKey.cs
- SafeRegistryKey.cs
- DBDataPermissionAttribute.cs
- FormViewModeEventArgs.cs