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
- SiteMapNodeItem.cs
- GridSplitterAutomationPeer.cs
- NoPersistProperty.cs
- ValidationErrorEventArgs.cs
- DispatcherExceptionEventArgs.cs
- MediaTimeline.cs
- nulltextnavigator.cs
- WebExceptionStatus.cs
- SettingsAttributeDictionary.cs
- CommandEventArgs.cs
- ParserContext.cs
- CustomCredentialPolicy.cs
- BitHelper.cs
- DesignerLoader.cs
- BamlCollectionHolder.cs
- ItemsPanelTemplate.cs
- DeferrableContentConverter.cs
- MessageContractExporter.cs
- GPRECTF.cs
- StringConverter.cs
- Point.cs
- EncryptedKeyIdentifierClause.cs
- ConcatQueryOperator.cs
- RegionData.cs
- HTMLTagNameToTypeMapper.cs
- RectAnimationClockResource.cs
- CLSCompliantAttribute.cs
- ItemCollectionEditor.cs
- SecurityKeyIdentifierClause.cs
- DataTableReaderListener.cs
- TiffBitmapDecoder.cs
- BulletedListEventArgs.cs
- ObjectListTitleAttribute.cs
- CompositeDesignerAccessibleObject.cs
- ReversePositionQuery.cs
- StrongNameSignatureInformation.cs
- TextControl.cs
- LinkTarget.cs
- ColumnMapTranslator.cs
- querybuilder.cs
- PriorityBinding.cs
- DesignerDataSchemaClass.cs
- TemplatePartAttribute.cs
- SafeHandles.cs
- TypeListConverter.cs
- C14NUtil.cs
- DbConnectionStringCommon.cs
- XmlDataContract.cs
- CompositeDispatchFormatter.cs
- EntitySqlQueryCacheKey.cs
- StringUtil.cs
- TypeDescriptorFilterService.cs
- SynchronizedReadOnlyCollection.cs
- DesignerSerializationManager.cs
- TableLayoutPanelBehavior.cs
- DataBinder.cs
- ErrorTableItemStyle.cs
- ExpressionVisitorHelpers.cs
- SafeNativeMethodsCLR.cs
- PageAsyncTaskManager.cs
- SerialErrors.cs
- FunctionParameter.cs
- AuthStoreRoleProvider.cs
- VisualTreeUtils.cs
- UniformGrid.cs
- Material.cs
- Effect.cs
- ServiceDescriptionData.cs
- OleDbParameterCollection.cs
- KeyboardDevice.cs
- ExpressionPrinter.cs
- SqlDataSourceStatusEventArgs.cs
- ClientUrlResolverWrapper.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DocumentPageTextView.cs
- BreakRecordTable.cs
- PropertyGridCommands.cs
- PrtTicket_Base.cs
- PersonalizationProvider.cs
- Scanner.cs
- BufferedGraphicsContext.cs
- TableRow.cs
- OLEDB_Enum.cs
- ListChangedEventArgs.cs
- BuildResult.cs
- FontCollection.cs
- QueryOutputWriter.cs
- IfJoinedCondition.cs
- ContainsSearchOperator.cs
- CodeBinaryOperatorExpression.cs
- SynchronizationLockException.cs
- ProviderManager.cs
- DataControlButton.cs
- PageRequestManager.cs
- WizardSideBarListControlItem.cs
- XmlSchemaIdentityConstraint.cs
- NativeMethods.cs
- IgnoreFlushAndCloseStream.cs
- Material.cs
- WeakHashtable.cs