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
- PrePrepareMethodAttribute.cs
- RemoteDebugger.cs
- OSEnvironmentHelper.cs
- TextTrailingWordEllipsis.cs
- ExceptionNotification.cs
- AllMembershipCondition.cs
- ALinqExpressionVisitor.cs
- WhitespaceRuleReader.cs
- RenderTargetBitmap.cs
- BatchServiceHost.cs
- ContextMenuStripGroupCollection.cs
- versioninfo.cs
- XPathNode.cs
- Latin1Encoding.cs
- WebPartDisplayMode.cs
- ArithmeticException.cs
- MetricEntry.cs
- CommonGetThemePartSize.cs
- VectorConverter.cs
- UserControlCodeDomTreeGenerator.cs
- CLRBindingWorker.cs
- CodeTypeParameter.cs
- ResXResourceReader.cs
- DataSetMappper.cs
- AssemblyName.cs
- VBCodeProvider.cs
- WebPermission.cs
- IgnoreSectionHandler.cs
- AutomationElement.cs
- ForceCopyBuildProvider.cs
- BamlReader.cs
- WorkflowElementDialogWindow.xaml.cs
- ApplicationBuildProvider.cs
- KnownAssemblyEntry.cs
- ConnectionPoolRegistry.cs
- DeclarationUpdate.cs
- KeyValueConfigurationCollection.cs
- ProfileService.cs
- RoutedPropertyChangedEventArgs.cs
- DependencyPropertyDescriptor.cs
- SectionUpdates.cs
- MimeTypePropertyAttribute.cs
- DesigntimeLicenseContextSerializer.cs
- HttpCachePolicyElement.cs
- EncodingTable.cs
- GridItemPattern.cs
- ClientRolePrincipal.cs
- XmlTextWriter.cs
- MailWebEventProvider.cs
- Grammar.cs
- XD.cs
- MessageCredentialType.cs
- sapiproxy.cs
- UntypedNullExpression.cs
- nulltextcontainer.cs
- ArgumentNullException.cs
- TextBreakpoint.cs
- StrongNameKeyPair.cs
- ScalarType.cs
- FontFamily.cs
- Config.cs
- ValueType.cs
- HtmlFormParameterReader.cs
- StrongNameMembershipCondition.cs
- HtmlAnchor.cs
- PersonalizablePropertyEntry.cs
- WhereQueryOperator.cs
- CreateUserWizardStep.cs
- ServicesUtilities.cs
- UnaryNode.cs
- QilValidationVisitor.cs
- InstanceDescriptor.cs
- _ConnectStream.cs
- CollectionsUtil.cs
- ComAdminWrapper.cs
- DataKeyCollection.cs
- RubberbandSelector.cs
- ServiceEndpointAssociationProvider.cs
- AutomationProperties.cs
- DataGridColumnHeader.cs
- TransportSecurityHelpers.cs
- VirtualPathProvider.cs
- AncillaryOps.cs
- CustomCategoryAttribute.cs
- ReferencedType.cs
- Duration.cs
- TextEndOfParagraph.cs
- ProcessModelSection.cs
- TimelineGroup.cs
- BrowserDefinition.cs
- ReadOnlyDictionary.cs
- CodeDirectionExpression.cs
- StateMachineSubscriptionManager.cs
- DataGridCommandEventArgs.cs
- ExpressionBuilderContext.cs
- __ComObject.cs
- IteratorAsyncResult.cs
- EventItfInfo.cs
- SimpleType.cs
- XsdBuildProvider.cs