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
- FontWeights.cs
- SafeProcessHandle.cs
- CodeTypeMember.cs
- IisTraceWebEventProvider.cs
- DataGridCaption.cs
- BitmapFrame.cs
- PerformanceCounterPermissionEntry.cs
- BaseServiceProvider.cs
- SubordinateTransaction.cs
- OLEDB_Enum.cs
- NetTcpSection.cs
- hresults.cs
- TextWriterTraceListener.cs
- ItemsPresenter.cs
- DBDataPermissionAttribute.cs
- CollectionDataContractAttribute.cs
- AppSettingsExpressionEditor.cs
- _UncName.cs
- Table.cs
- WorkflowDesignerColors.cs
- EntityClassGenerator.cs
- SnapshotChangeTrackingStrategy.cs
- CapabilitiesAssignment.cs
- SingleAnimation.cs
- SystemKeyConverter.cs
- Listbox.cs
- ConstraintConverter.cs
- InternalMappingException.cs
- CellParagraph.cs
- NullableDoubleSumAggregationOperator.cs
- EffectiveValueEntry.cs
- SimpleHandlerBuildProvider.cs
- _NegoState.cs
- UpdateRecord.cs
- BrowserCapabilitiesFactory.cs
- GB18030Encoding.cs
- ResourceManager.cs
- TemplateBuilder.cs
- ComboBoxItem.cs
- TemplatedWizardStep.cs
- ObjectItemCachedAssemblyLoader.cs
- x509store.cs
- EnglishPluralizationService.cs
- SizeIndependentAnimationStorage.cs
- ZipIOExtraFieldElement.cs
- DPCustomTypeDescriptor.cs
- DataPagerFieldCommandEventArgs.cs
- ClientRuntimeConfig.cs
- Table.cs
- XmlElementAttribute.cs
- ContextStaticAttribute.cs
- Camera.cs
- GroupItem.cs
- DataObjectMethodAttribute.cs
- OleTxTransaction.cs
- CodeStatement.cs
- StringArrayConverter.cs
- RsaSecurityTokenAuthenticator.cs
- SByte.cs
- UnsafeNativeMethodsCLR.cs
- LocationUpdates.cs
- DbModificationCommandTree.cs
- RelatedEnd.cs
- X509SecurityTokenAuthenticator.cs
- XmlDataSourceView.cs
- MarginsConverter.cs
- EmptyReadOnlyDictionaryInternal.cs
- State.cs
- XmlSchemaImporter.cs
- Binding.cs
- EpmContentDeSerializer.cs
- VBIdentifierNameEditor.cs
- ValidatorCollection.cs
- HtmlEncodedRawTextWriter.cs
- ApplicationSecurityInfo.cs
- FileNotFoundException.cs
- SqlPersonalizationProvider.cs
- HttpStreamFormatter.cs
- milrender.cs
- ItemTypeToolStripMenuItem.cs
- Visual3D.cs
- DbProviderServices.cs
- CapabilitiesAssignment.cs
- TypeDependencyAttribute.cs
- DataSourceConverter.cs
- DataGridViewRowsAddedEventArgs.cs
- Soap.cs
- SqlExpressionNullability.cs
- SoapMessage.cs
- LocatorPartList.cs
- FormViewUpdateEventArgs.cs
- Point3DCollectionConverter.cs
- WindowPatternIdentifiers.cs
- log.cs
- PKCS1MaskGenerationMethod.cs
- RemoteCryptoDecryptRequest.cs
- Flattener.cs
- RuntimeWrappedException.cs
- Subordinate.cs
- TypeExtensionConverter.cs