Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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 http://team/sites/avalon/specs/xamlspec.htm // // Created: 12/10/2005 rrelyea // //--------------------------------------------------------------------------- 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. //------------------------------------------------------------------------ // // 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 http://team/sites/avalon/specs/xamlspec.htm // // Created: 12/10/2005 rrelyea // //--------------------------------------------------------------------------- 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
- PassportAuthentication.cs
- StorageAssociationSetMapping.cs
- FontStretch.cs
- _NativeSSPI.cs
- TypeUtil.cs
- PropertyChangeTracker.cs
- DesignerImageAdapter.cs
- PowerStatus.cs
- DeadCharTextComposition.cs
- XmlAttributeCollection.cs
- MaskedTextBox.cs
- AsyncDataRequest.cs
- AsyncInvokeContext.cs
- Popup.cs
- IImplicitResourceProvider.cs
- SqlConnectionManager.cs
- ToolboxComponentsCreatingEventArgs.cs
- ContentType.cs
- ColumnResult.cs
- WebBrowserPermission.cs
- PolyLineSegment.cs
- DeploymentExceptionMapper.cs
- LongValidator.cs
- DoubleStorage.cs
- ScaleTransform.cs
- InputBindingCollection.cs
- Utils.cs
- FormatterServices.cs
- GridViewRow.cs
- ISAPIRuntime.cs
- BrowserDefinition.cs
- TextModifierScope.cs
- CompiledRegexRunner.cs
- HttpRequestCacheValidator.cs
- InternalDispatchObject.cs
- ToolStripContentPanelRenderEventArgs.cs
- NativeCppClassAttribute.cs
- XmlSchemaInfo.cs
- NumberSubstitution.cs
- NetTcpSection.cs
- FormatterConverter.cs
- ColumnResizeAdorner.cs
- basevalidator.cs
- SecurityException.cs
- StdValidatorsAndConverters.cs
- Rules.cs
- ADRole.cs
- BaseAsyncResult.cs
- DesignerActionItemCollection.cs
- RangeValidator.cs
- BitmapCacheBrush.cs
- SecurityHelper.cs
- TypeDescriptor.cs
- FormsAuthenticationTicket.cs
- SQLInt64.cs
- RelationshipConstraintValidator.cs
- DetailsViewDeleteEventArgs.cs
- WindowsStatic.cs
- PlatformNotSupportedException.cs
- ReturnEventArgs.cs
- SafeProcessHandle.cs
- FontStyleConverter.cs
- HWStack.cs
- ViewLoader.cs
- SerializationAttributes.cs
- DependencyPropertyChangedEventArgs.cs
- ScriptResourceHandler.cs
- ContentPlaceHolderDesigner.cs
- XLinq.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- SubclassTypeValidator.cs
- RegionIterator.cs
- AvTrace.cs
- StringAnimationBase.cs
- TabControl.cs
- TTSVoice.cs
- ConnectorSelectionGlyph.cs
- MulticastDelegate.cs
- Cell.cs
- ResXResourceWriter.cs
- XPathDocumentIterator.cs
- ContentDesigner.cs
- AttachedPropertyMethodSelector.cs
- CollectionEditorDialog.cs
- ToolStripPanelRenderEventArgs.cs
- HitTestDrawingContextWalker.cs
- DataObjectPastingEventArgs.cs
- HMACSHA512.cs
- DecimalConverter.cs
- Rotation3D.cs
- ResXResourceWriter.cs
- SimpleExpression.cs
- DockPattern.cs
- ColorInterpolationModeValidation.cs
- CommandConverter.cs
- SystemResourceHost.cs
- PrivateFontCollection.cs
- IdentifierCollection.cs
- PeerName.cs
- LocatorManager.cs