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
- CssStyleCollection.cs
- WebReference.cs
- SchemaDeclBase.cs
- CatalogZone.cs
- PagePropertiesChangingEventArgs.cs
- GridEntryCollection.cs
- XmlStringTable.cs
- TransactionWaitAsyncResult.cs
- KeyNotFoundException.cs
- ManifestResourceInfo.cs
- SrgsText.cs
- FixedSOMTextRun.cs
- _DynamicWinsockMethods.cs
- CustomAttributeSerializer.cs
- UiaCoreApi.cs
- SettingsAttributeDictionary.cs
- DataGridViewCellMouseEventArgs.cs
- DetailsViewDeleteEventArgs.cs
- FixedFindEngine.cs
- GeometryModel3D.cs
- CriticalHandle.cs
- NativeMethods.cs
- _UriTypeConverter.cs
- ExpressionBuilder.cs
- PageStatePersister.cs
- UnionCqlBlock.cs
- DataTableTypeConverter.cs
- PropertyGroupDescription.cs
- TransformCollection.cs
- FindCriteriaElement.cs
- CategoryAttribute.cs
- SqlRecordBuffer.cs
- ReadOnlyTernaryTree.cs
- Hex.cs
- BezierSegment.cs
- DbQueryCommandTree.cs
- ActiveXHelper.cs
- IPipelineRuntime.cs
- PasswordRecovery.cs
- ObjectToIdCache.cs
- BitmapEffectGeneralTransform.cs
- AppDomainProtocolHandler.cs
- IisTraceListener.cs
- WindowsNonControl.cs
- CurrentChangingEventManager.cs
- Int32Rect.cs
- UniqueEventHelper.cs
- CodeTypeParameter.cs
- EntityTypeEmitter.cs
- AspNetHostingPermission.cs
- TextElement.cs
- ColorConvertedBitmap.cs
- Table.cs
- CompoundFileStreamReference.cs
- AddInBase.cs
- ExtentJoinTreeNode.cs
- SmiTypedGetterSetter.cs
- EmptyStringExpandableObjectConverter.cs
- DisplayToken.cs
- FormViewPageEventArgs.cs
- SqlTopReducer.cs
- UpdateTranslator.cs
- GenericTypeParameterConverter.cs
- ConcurrencyBehavior.cs
- HtmlInputSubmit.cs
- TextChange.cs
- DirectoryObjectSecurity.cs
- NativeWindow.cs
- X509Utils.cs
- StringDictionaryEditor.cs
- SoapHeaderAttribute.cs
- IImplicitResourceProvider.cs
- ConsumerConnectionPointCollection.cs
- ScalarConstant.cs
- ViewValidator.cs
- ServiceModelTimeSpanValidator.cs
- PagedDataSource.cs
- LongValidatorAttribute.cs
- CatalogZoneBase.cs
- ConversionContext.cs
- BuildResultCache.cs
- XsltFunctions.cs
- recordstatescratchpad.cs
- ItemsPanelTemplate.cs
- DataKey.cs
- MarkupProperty.cs
- PassportAuthenticationEventArgs.cs
- SHA1.cs
- SpeakProgressEventArgs.cs
- DataGridViewColumnConverter.cs
- FixedElement.cs
- Calendar.cs
- BooleanExpr.cs
- WebScriptMetadataInstanceContextProvider.cs
- GridViewDeletedEventArgs.cs
- ControlUtil.cs
- ContextInformation.cs
- MenuItem.cs
- ArrayList.cs
- CrossContextChannel.cs