Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Markup / TrimSurroundingWhitespaceAttribute.cs / 1 / TrimSurroundingWhitespaceAttribute.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2006 // // File: TrimSurroundingWhitespaceAttribute.cs // // Description: Specifies that the whitespace surrounding an element should be trimmed. // // Created: 02/06/2006 - bchapman // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { ////// An attribute that specifies that the whitespace surrounding an element should be trimmed /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed class TrimSurroundingWhitespaceAttribute: Attribute { ////// Creates a new trim surrounding whitespace attribute. /// public TrimSurroundingWhitespaceAttribute() { } } } // 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, 2006 // // File: TrimSurroundingWhitespaceAttribute.cs // // Description: Specifies that the whitespace surrounding an element should be trimmed. // // Created: 02/06/2006 - bchapman // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { ////// An attribute that specifies that the whitespace surrounding an element should be trimmed /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed class TrimSurroundingWhitespaceAttribute: Attribute { ////// Creates a new trim surrounding whitespace attribute. /// public TrimSurroundingWhitespaceAttribute() { } } } // 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
- InputGestureCollection.cs
- ConnectionManagementElement.cs
- DelegateSerializationHolder.cs
- OLEDB_Util.cs
- CommandExpr.cs
- ObjectToModelValueConverter.cs
- Triangle.cs
- DataGridPageChangedEventArgs.cs
- ApplicationInfo.cs
- BindToObject.cs
- FixedElement.cs
- AppearanceEditorPart.cs
- XmlEncodedRawTextWriter.cs
- XPathArrayIterator.cs
- ByteStack.cs
- DrawToolTipEventArgs.cs
- DrawListViewColumnHeaderEventArgs.cs
- MetabaseServerConfig.cs
- EventManager.cs
- BaseTemplateCodeDomTreeGenerator.cs
- AllowedAudienceUriElement.cs
- Stroke2.cs
- Region.cs
- SignatureToken.cs
- Trace.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- Misc.cs
- TableAutomationPeer.cs
- HierarchicalDataTemplate.cs
- DirectionalLight.cs
- CodeNamespace.cs
- StringSource.cs
- TreeNodeCollectionEditorDialog.cs
- Int32Collection.cs
- BinaryParser.cs
- UrlPath.cs
- FacetChecker.cs
- HtmlForm.cs
- ActivityExecutionFilter.cs
- EntityContainerAssociationSet.cs
- ContentPlaceHolder.cs
- QueryCacheKey.cs
- TransformValueSerializer.cs
- SchemaImporter.cs
- NetworkInformationPermission.cs
- NaturalLanguageHyphenator.cs
- XmlNamespaceManager.cs
- ColumnProvider.cs
- XmlElementAttribute.cs
- BrowserDefinitionCollection.cs
- CultureTableRecord.cs
- EmptyImpersonationContext.cs
- BitmapEffectState.cs
- WindowsSlider.cs
- DataTableReader.cs
- TranslateTransform.cs
- DesignerDataTable.cs
- AliasExpr.cs
- WorkflowIdleBehavior.cs
- SynchronizedDispatch.cs
- ToolboxItemFilterAttribute.cs
- SecurityRuntime.cs
- DataPagerCommandEventArgs.cs
- ListMarkerSourceInfo.cs
- WindowProviderWrapper.cs
- TableItemStyle.cs
- _AutoWebProxyScriptHelper.cs
- HashJoinQueryOperatorEnumerator.cs
- ObjectContext.cs
- EntityException.cs
- BulletedListEventArgs.cs
- SingleAnimation.cs
- EdmScalarPropertyAttribute.cs
- SingleObjectCollection.cs
- ExeConfigurationFileMap.cs
- ReadOnlyCollection.cs
- ExceptionAggregator.cs
- SymbolType.cs
- MetadataItem_Static.cs
- FileRecordSequenceCompletedAsyncResult.cs
- SortedDictionary.cs
- NumberFormatter.cs
- DecimalStorage.cs
- HtmlTableCell.cs
- RelationshipFixer.cs
- Soap11ServerProtocol.cs
- AssemblyInfo.cs
- TextUtf8RawTextWriter.cs
- TraceRecord.cs
- Queue.cs
- SendOperation.cs
- FilterQuery.cs
- TableHeaderCell.cs
- VectorKeyFrameCollection.cs
- WorkflowDefinitionDispenser.cs
- ToolStripItemEventArgs.cs
- Grid.cs
- ContextStaticAttribute.cs
- SystemNetworkInterface.cs
- ToolStripSeparator.cs