Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Documents / DocumentStructures / NamedElement.cs / 1 / NamedElement.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // History: // 05/12/2005 : mingliu - 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. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // History: // 05/12/2005 : mingliu - 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
- FocusTracker.cs
- IdentityVerifier.cs
- OneToOneMappingSerializer.cs
- CacheOutputQuery.cs
- ReversePositionQuery.cs
- ElementInit.cs
- PrintDialog.cs
- GroupQuery.cs
- ParenExpr.cs
- SystemThemeKey.cs
- Emitter.cs
- ScriptingWebServicesSectionGroup.cs
- OrCondition.cs
- TextServicesProperty.cs
- DataGridViewRowHeaderCell.cs
- LongSumAggregationOperator.cs
- WindowsAuthenticationModule.cs
- SchemaNotation.cs
- CatalogPartCollection.cs
- PackagePart.cs
- SessionSwitchEventArgs.cs
- ListMarkerSourceInfo.cs
- BorderGapMaskConverter.cs
- DataSourceView.cs
- ExpressionList.cs
- EditingCommands.cs
- ViewStateModeByIdAttribute.cs
- HtmlTextBoxAdapter.cs
- SqlErrorCollection.cs
- PngBitmapDecoder.cs
- Cursor.cs
- TypeNameConverter.cs
- SafeBitVector32.cs
- TextParagraph.cs
- CompModHelpers.cs
- UserNameSecurityTokenAuthenticator.cs
- RemotingConfiguration.cs
- NavigationEventArgs.cs
- SafeHandles.cs
- XPathParser.cs
- WebPartZoneCollection.cs
- InstanceDescriptor.cs
- SHA384.cs
- XmlText.cs
- EntityStoreSchemaFilterEntry.cs
- EntityDataSourceChangedEventArgs.cs
- XmlToDatasetMap.cs
- RepeaterDesigner.cs
- XmlTextAttribute.cs
- InlineObject.cs
- Annotation.cs
- SQLBoolean.cs
- DesignerTextWriter.cs
- ScrollBarAutomationPeer.cs
- WebBaseEventKeyComparer.cs
- StateBag.cs
- SourceChangedEventArgs.cs
- DataFieldConverter.cs
- PathFigure.cs
- ImageFormatConverter.cs
- DataSourceSelectArguments.cs
- HashAlgorithm.cs
- BasicBrowserDialog.designer.cs
- OpenFileDialog.cs
- DebugManager.cs
- ServicePointManager.cs
- LogicalTreeHelper.cs
- DataObjectMethodAttribute.cs
- CryptoApi.cs
- PromptStyle.cs
- TargetControlTypeCache.cs
- SecurityPermission.cs
- MeasureData.cs
- EntityContainer.cs
- validation.cs
- PropertyValueChangedEvent.cs
- RtfControls.cs
- ExpressionBindingsDialog.cs
- SqlBulkCopy.cs
- CodeArrayCreateExpression.cs
- SnapLine.cs
- SqlCacheDependencyDatabase.cs
- MdiWindowListItemConverter.cs
- Win32MouseDevice.cs
- XDeferredAxisSource.cs
- CollectionType.cs
- MailSettingsSection.cs
- LinqDataSourceStatusEventArgs.cs
- MenuItemBindingCollection.cs
- SortFieldComparer.cs
- FileChangesMonitor.cs
- ExpandCollapseProviderWrapper.cs
- WebMessageEncodingElement.cs
- EndpointBehaviorElementCollection.cs
- CompilerCollection.cs
- ScriptingRoleServiceSection.cs
- GridItem.cs
- UrlRoutingModule.cs
- TemplateKeyConverter.cs
- CompilerCollection.cs