Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / System / Windows / Markup / WhitespaceSignificantCollectionAttribute.cs / 1 / WhitespaceSignificantCollectionAttribute.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2005 // // File: WhitespaceSignificantCollectionAttribute.cs // // Description: Specifies if a collection considers whitespacing to be significant for each of its "children." // Spec at [....]/sites/avalon/specs/xamlspec.htm // // Created: 12/10/2005 [....] // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { ////// An attribute that specifies that a collection considers whitespacing to be significant. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed class WhitespaceSignificantCollectionAttribute : Attribute { ////// Creates a new content property attriubte that indicates that the associated /// class does consider whitespace to be signifant. /// public WhitespaceSignificantCollectionAttribute() { } } } // 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
- DataContext.cs
- CapabilitiesUse.cs
- BasicHttpSecurityMode.cs
- RolePrincipal.cs
- XmlMapping.cs
- EntityCollectionChangedParams.cs
- Literal.cs
- HostExecutionContextManager.cs
- TraceContext.cs
- ConnectionPoolManager.cs
- _AutoWebProxyScriptWrapper.cs
- NumberFormatInfo.cs
- DesignerEditorPartChrome.cs
- MetafileHeaderWmf.cs
- ListArgumentProvider.cs
- BooleanFunctions.cs
- CountAggregationOperator.cs
- RowUpdatedEventArgs.cs
- ResourceExpressionBuilder.cs
- WebPartZoneDesigner.cs
- HttpHandler.cs
- InputLanguageCollection.cs
- DataSourceProvider.cs
- SafeNativeMethods.cs
- TrailingSpaceComparer.cs
- HtmlHistory.cs
- HostSecurityManager.cs
- FixedHighlight.cs
- SerializationFieldInfo.cs
- ServiceCredentialsSecurityTokenManager.cs
- IndicFontClient.cs
- XmlSchemaException.cs
- PartBasedPackageProperties.cs
- FileLevelControlBuilderAttribute.cs
- Transform3DGroup.cs
- DataGridRow.cs
- FileVersionInfo.cs
- PenLineJoinValidation.cs
- DataServiceStreamResponse.cs
- RSAOAEPKeyExchangeDeformatter.cs
- NavigationPropertySingletonExpression.cs
- CapabilitiesSection.cs
- SystemIcmpV6Statistics.cs
- XPathNavigator.cs
- ToolStripDesigner.cs
- DataMemberAttribute.cs
- EncryptedKey.cs
- SiteMapNodeItem.cs
- UnsafeNativeMethods.cs
- LongPath.cs
- BitStream.cs
- CheckPair.cs
- ViewgenContext.cs
- Viewport2DVisual3D.cs
- SiteMapDataSourceView.cs
- SubclassTypeValidatorAttribute.cs
- CodeBlockBuilder.cs
- JapaneseCalendar.cs
- _UriTypeConverter.cs
- LayoutInformation.cs
- CompositeScriptReference.cs
- PeerConnector.cs
- PartialTrustVisibleAssembly.cs
- ConnectionPoint.cs
- EntityTemplateFactory.cs
- HeaderPanel.cs
- ServiceProviders.cs
- MetadataArtifactLoaderComposite.cs
- WsatStrings.cs
- DependencyPropertyKey.cs
- MbpInfo.cs
- Codec.cs
- XmlUnspecifiedAttribute.cs
- HostedHttpRequestAsyncResult.cs
- GeneralTransformGroup.cs
- ListViewGroupItemCollection.cs
- XamlToRtfWriter.cs
- Int32CAMarshaler.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- CancellableEnumerable.cs
- FileDialogCustomPlaces.cs
- SendKeys.cs
- MetafileHeaderEmf.cs
- MonitorWrapper.cs
- VirtualizedItemProviderWrapper.cs
- Scheduler.cs
- MetadataUtilsSmi.cs
- SplitterEvent.cs
- RefreshPropertiesAttribute.cs
- RouteValueDictionary.cs
- TailCallAnalyzer.cs
- SafeProcessHandle.cs
- MultiView.cs
- SharedUtils.cs
- HttpCachePolicyElement.cs
- MenuItemStyleCollection.cs
- ResourceAssociationSetEnd.cs
- Schema.cs
- BindToObject.cs
- TriggerCollection.cs