Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Documents / DocumentStructures / NamedElement.cs / 1 / NamedElement.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // History: // 05/12/2005 : [....] - created. // // //--------------------------------------------------------------------------- using MS.Internal.Documents; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Reflection; using System.Security.Permissions; using System.Windows.Controls.Primitives; using System.Windows.Documents; using System.Windows.Media; using System.Windows.Shapes; using System.Windows.Markup; [assembly: XmlnsDefinition( "http://schemas.microsoft.com/xps/2005/06/documentstructure", "System.Windows.Documents.DocumentStructures")] namespace System.Windows.Documents.DocumentStructures { ////// /// public class BlockElement { internal FixedElement.ElementType ElementType { get { return _elementType;} } internal FixedElement.ElementType _elementType; } ////// /// public class StoryBreak : BlockElement { } ////// /// public class NamedElement : BlockElement { ////// /// public NamedElement() { } ////// The element name /// public string NameReference { get { return _reference; } set { _reference = value; } } private string _reference; } } // 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
- HtmlValidatorAdapter.cs
- SerializerDescriptor.cs
- CustomCredentialPolicy.cs
- XmlStreamedByteStreamReader.cs
- OutputCacheProfileCollection.cs
- GridSplitterAutomationPeer.cs
- ProcessHostServerConfig.cs
- HttpModuleActionCollection.cs
- DynamicRendererThreadManager.cs
- CommandHelpers.cs
- ReadOnlyHierarchicalDataSourceView.cs
- RadioButtonPopupAdapter.cs
- SecurityResources.cs
- BamlResourceContent.cs
- DataGridViewImageColumn.cs
- SimpleParser.cs
- HeaderUtility.cs
- AuthenticateEventArgs.cs
- Brush.cs
- Paragraph.cs
- TagElement.cs
- TdsParserSafeHandles.cs
- DefaultHttpHandler.cs
- AccessText.cs
- ConfigXmlText.cs
- XamlSerializerUtil.cs
- ErrorsHelper.cs
- EventMetadata.cs
- EdmScalarPropertyAttribute.cs
- Utils.cs
- ObjectComplexPropertyMapping.cs
- PersonalizablePropertyEntry.cs
- SrgsNameValueTag.cs
- ObjectIDGenerator.cs
- DataGridViewCellLinkedList.cs
- NavigationHelper.cs
- DefaultObjectMappingItemCollection.cs
- ListBoxItemWrapperAutomationPeer.cs
- GeometryCombineModeValidation.cs
- DelegatedStream.cs
- GridViewPageEventArgs.cs
- RouteData.cs
- OletxResourceManager.cs
- RangeValidator.cs
- HttpWriter.cs
- OleServicesContext.cs
- UnsafeNativeMethods.cs
- ClientBuildManagerCallback.cs
- PageCache.cs
- GregorianCalendarHelper.cs
- RootBuilder.cs
- BamlLocalizer.cs
- IisTraceWebEventProvider.cs
- StringFreezingAttribute.cs
- DynamicDocumentPaginator.cs
- IssuedTokenClientElement.cs
- Int64.cs
- xsdvalidator.cs
- FrameworkContextData.cs
- ObjectIDGenerator.cs
- CommandBinding.cs
- XPathSelfQuery.cs
- SafeMILHandleMemoryPressure.cs
- ClosableStream.cs
- SerializationEventsCache.cs
- ResourceContainer.cs
- WebPartExportVerb.cs
- CommunicationException.cs
- DataGridCommandEventArgs.cs
- SecurityManager.cs
- StateValidator.cs
- EdmScalarPropertyAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- IResourceProvider.cs
- FormatException.cs
- DebugHandleTracker.cs
- InvalidDataException.cs
- _TimerThread.cs
- FormatException.cs
- XmlSchemaAttributeGroupRef.cs
- StreamResourceInfo.cs
- FacetEnabledSchemaElement.cs
- IncrementalCompileAnalyzer.cs
- CodeLinePragma.cs
- ExpandoClass.cs
- SchemaCreator.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- MetadataArtifactLoaderCompositeResource.cs
- TextFormattingConverter.cs
- DiagnosticsConfiguration.cs
- XmlSchemaSequence.cs
- DataConnectionHelper.cs
- MethodExpr.cs
- XmlChildEnumerator.cs
- DBCommand.cs
- IdentityManager.cs
- TraceContextRecord.cs
- XmlObjectSerializerWriteContextComplex.cs
- DataObjectPastingEventArgs.cs
- AccessKeyManager.cs