Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CallbackException.cs
- LinkTarget.cs
- DesignTimeVisibleAttribute.cs
- ErrorFormatter.cs
- NonClientArea.cs
- AssociationType.cs
- SrgsGrammar.cs
- OracleDataReader.cs
- DBCommandBuilder.cs
- LogicalChannel.cs
- Vector3DAnimationUsingKeyFrames.cs
- remotingproxy.cs
- SID.cs
- WindowsPrincipal.cs
- ReplyAdapterChannelListener.cs
- MenuBase.cs
- TextContainerHelper.cs
- SystemUdpStatistics.cs
- PrimitiveRenderer.cs
- BindingCompleteEventArgs.cs
- RequestCachePolicy.cs
- TraversalRequest.cs
- AmbientValueAttribute.cs
- RequestBringIntoViewEventArgs.cs
- DiffuseMaterial.cs
- IpcClientManager.cs
- ListSurrogate.cs
- VerificationAttribute.cs
- SafeFileMappingHandle.cs
- IndexedString.cs
- SQLDateTimeStorage.cs
- SiteMap.cs
- RelationshipManager.cs
- WCFServiceClientProxyGenerator.cs
- TreeNodeCollection.cs
- AsymmetricSignatureFormatter.cs
- Converter.cs
- BitmapEffectInput.cs
- ObjectDataSourceDesigner.cs
- TextEffectCollection.cs
- AnnotationHelper.cs
- XPathExpr.cs
- ExecutedRoutedEventArgs.cs
- PageParserFilter.cs
- CFStream.cs
- DBSqlParserColumn.cs
- FilterableAttribute.cs
- XmlEventCache.cs
- DateTimeFormatInfo.cs
- OdbcDataReader.cs
- InkCanvasFeedbackAdorner.cs
- Serializer.cs
- GenericQueueSurrogate.cs
- ServiceProviders.cs
- MethodAccessException.cs
- DESCryptoServiceProvider.cs
- StrokeNode.cs
- RuntimeArgumentHandle.cs
- BaseComponentEditor.cs
- ElementNotEnabledException.cs
- WebPartVerbCollection.cs
- Substitution.cs
- DefaultValueTypeConverter.cs
- SafeRightsManagementPubHandle.cs
- DataGridViewAdvancedBorderStyle.cs
- TextParagraphView.cs
- EncryptedPackageFilter.cs
- SpeechAudioFormatInfo.cs
- RuntimeHelpers.cs
- CodeTypeDelegate.cs
- AnnouncementDispatcherAsyncResult.cs
- FormsAuthenticationTicket.cs
- ReadOnlyTernaryTree.cs
- SettingsSection.cs
- TranslateTransform.cs
- PointAnimationBase.cs
- NumberFunctions.cs
- OleDbWrapper.cs
- BinaryUtilClasses.cs
- CodeObject.cs
- ClientSettings.cs
- DecoderNLS.cs
- ShutDownListener.cs
- TextBoxLine.cs
- OptimizerPatterns.cs
- GraphicsState.cs
- columnmapfactory.cs
- Util.cs
- LongAverageAggregationOperator.cs
- QueryConverter.cs
- UserControlDesigner.cs
- CounterCreationData.cs
- VarRefManager.cs
- EntityContainerEmitter.cs
- DebugViewWriter.cs
- PeerTransportListenAddressConverter.cs
- DataServiceBehavior.cs
- RemoteX509Token.cs
- Column.cs
- CompressedStack.cs