Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ArraySortHelper.cs
- ButtonField.cs
- DisplayMemberTemplateSelector.cs
- EventLogHandle.cs
- View.cs
- HtmlTextArea.cs
- WebPartHelpVerb.cs
- CharConverter.cs
- NominalTypeEliminator.cs
- ScriptServiceAttribute.cs
- NativeRightsManagementAPIsStructures.cs
- HostingEnvironmentSection.cs
- InputGestureCollection.cs
- MultilineStringConverter.cs
- XpsPackagingException.cs
- CacheSection.cs
- TextViewBase.cs
- JpegBitmapDecoder.cs
- GiveFeedbackEvent.cs
- GAC.cs
- CmsInterop.cs
- ZoneMembershipCondition.cs
- XPathNodePointer.cs
- GridViewRowPresenter.cs
- OleDbParameterCollection.cs
- WebReferencesBuildProvider.cs
- LinqToSqlWrapper.cs
- Wildcard.cs
- VirtualDirectoryMapping.cs
- DefaultHttpHandler.cs
- StringCollectionEditor.cs
- SafeHandles.cs
- Size3D.cs
- WindowsTokenRoleProvider.cs
- ProgressBar.cs
- Int64AnimationBase.cs
- SafeLocalMemHandle.cs
- SafeLibraryHandle.cs
- CodeNamespaceImport.cs
- _TimerThread.cs
- QilChoice.cs
- RowCache.cs
- querybuilder.cs
- CompilationUnit.cs
- XamlTypeWithExplicitNamespace.cs
- GuidConverter.cs
- XmlSecureResolver.cs
- HandlerBase.cs
- ListViewTableRow.cs
- LostFocusEventManager.cs
- XomlCompilerHelpers.cs
- Win32KeyboardDevice.cs
- DataGridViewColumnCollectionDialog.cs
- DataControlFieldsEditor.cs
- InkCanvasAutomationPeer.cs
- ParamArrayAttribute.cs
- BitmapFrameEncode.cs
- GridViewCancelEditEventArgs.cs
- FamilyMap.cs
- DelegatingStream.cs
- TextBox.cs
- ComAdminWrapper.cs
- ArgumentValueSerializer.cs
- WindowsClientElement.cs
- RawStylusSystemGestureInputReport.cs
- PropertyTab.cs
- XamlSerializerUtil.cs
- OrderedParallelQuery.cs
- DataGridViewColumnEventArgs.cs
- QueryCreatedEventArgs.cs
- HashHelper.cs
- SafeReversePInvokeHandle.cs
- WebServiceFault.cs
- WriteableBitmap.cs
- FamilyMapCollection.cs
- Native.cs
- CollectionsUtil.cs
- WebPartsSection.cs
- ObjectViewListener.cs
- WinEventWrap.cs
- DataComponentNameHandler.cs
- Control.cs
- DoubleConverter.cs
- ToolStripManager.cs
- RewritingProcessor.cs
- MLangCodePageEncoding.cs
- updatecommandorderer.cs
- MetadataArtifactLoaderComposite.cs
- MeasureData.cs
- OpCodes.cs
- ProtocolsConfigurationHandler.cs
- ClientConfigPaths.cs
- Icon.cs
- Int32.cs
- DatatypeImplementation.cs
- SqlDuplicator.cs
- ConfigurationFileMap.cs
- DeviceContext.cs
- ExpressionBuilder.cs
- XmlSchemaProviderAttribute.cs