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
- X509CertificateCollection.cs
- Timer.cs
- DataViewListener.cs
- DeleteMemberBinder.cs
- XmlAttribute.cs
- PageAsyncTaskManager.cs
- SoapObjectInfo.cs
- ExpressionSelection.cs
- FloatUtil.cs
- LinearGradientBrush.cs
- IndentedWriter.cs
- PostBackTrigger.cs
- XmlHierarchicalEnumerable.cs
- HttpHandlerActionCollection.cs
- ImageFormatConverter.cs
- MulticastNotSupportedException.cs
- PageParserFilter.cs
- BuildDependencySet.cs
- GcHandle.cs
- BindingCollection.cs
- TraceInternal.cs
- XhtmlConformanceSection.cs
- XmlMapping.cs
- ExpressionUtilities.cs
- BoundColumn.cs
- ObjectDataSourceEventArgs.cs
- Event.cs
- PowerStatus.cs
- TypeDescriptionProviderAttribute.cs
- ServiceContractGenerationContext.cs
- BaseComponentEditor.cs
- GeometryGroup.cs
- XmlDictionary.cs
- XsdDataContractImporter.cs
- CommandSet.cs
- ObjectSecurity.cs
- AlignmentYValidation.cs
- ParameterCollection.cs
- NavigatorInput.cs
- AbsoluteQuery.cs
- ResourceReferenceKeyNotFoundException.cs
- DockAndAnchorLayout.cs
- ChangeNode.cs
- BasicExpandProvider.cs
- WebPart.cs
- SQLDateTime.cs
- CodeDOMProvider.cs
- ProgressBarHighlightConverter.cs
- ValidateNames.cs
- SimpleHandlerBuildProvider.cs
- DesignerActionService.cs
- ExpressionList.cs
- GridViewColumnHeaderAutomationPeer.cs
- FormViewPagerRow.cs
- Image.cs
- COM2PictureConverter.cs
- QuotedPrintableStream.cs
- ScrollChrome.cs
- SQLInt16Storage.cs
- HttpPostedFile.cs
- StylusShape.cs
- PropertyBuilder.cs
- HttpConfigurationSystem.cs
- FormattedText.cs
- ScrollEvent.cs
- OdbcUtils.cs
- XmlNodeList.cs
- _NestedSingleAsyncResult.cs
- SqlEnums.cs
- IISUnsafeMethods.cs
- EnumConverter.cs
- LoginName.cs
- Comparer.cs
- SafeLibraryHandle.cs
- ServicePointManager.cs
- ComponentChangingEvent.cs
- ListViewTableRow.cs
- BuiltInExpr.cs
- NameNode.cs
- ExpressionParser.cs
- Int64Animation.cs
- FrameworkName.cs
- MbpInfo.cs
- AuthenticationManager.cs
- ApplicationBuildProvider.cs
- DataGridViewHeaderCell.cs
- ValidatedControlConverter.cs
- Label.cs
- ColorTypeConverter.cs
- EditorPartCollection.cs
- TraceContextEventArgs.cs
- AnnotationAdorner.cs
- ContentHostHelper.cs
- CharacterString.cs
- BasicExpandProvider.cs
- SQLSingleStorage.cs
- ShaderRenderModeValidation.cs
- CommonProperties.cs
- DigitalSignatureProvider.cs
- DynamicPropertyHolder.cs