Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- PolicyLevel.cs
- XmlChildEnumerator.cs
- XamlReader.cs
- CriticalExceptions.cs
- TerminatingOperationBehavior.cs
- ConcurrencyBehavior.cs
- ZipIOBlockManager.cs
- GlobalizationSection.cs
- PropertyToken.cs
- ConfigViewGenerator.cs
- AssemblyNameProxy.cs
- SymmetricKey.cs
- PostBackOptions.cs
- IResourceProvider.cs
- SchemaConstraints.cs
- LoginView.cs
- DesignerVerb.cs
- ConvertEvent.cs
- DependencyObject.cs
- XmlDigitalSignatureProcessor.cs
- PackUriHelper.cs
- PropertyPath.cs
- FlagsAttribute.cs
- RowBinding.cs
- CopyAttributesAction.cs
- XmlValueConverter.cs
- SystemIPInterfaceProperties.cs
- BeginSelectCardRequest.cs
- CollectionView.cs
- ErrorStyle.cs
- WebAdminConfigurationHelper.cs
- TemplateInstanceAttribute.cs
- clipboard.cs
- WindowsListViewGroupSubsetLink.cs
- NameValueFileSectionHandler.cs
- Set.cs
- Pens.cs
- SoapAttributes.cs
- DataGridColumnHeader.cs
- RecordsAffectedEventArgs.cs
- FontFamilyConverter.cs
- XPathSingletonIterator.cs
- ValidationEventArgs.cs
- ISO2022Encoding.cs
- AsymmetricKeyExchangeDeformatter.cs
- GenericsInstances.cs
- Utils.cs
- HMACSHA384.cs
- PinnedBufferMemoryStream.cs
- LayoutEvent.cs
- KoreanCalendar.cs
- ClientTarget.cs
- OrderByQueryOptionExpression.cs
- InitialServerConnectionReader.cs
- DataServiceOperationContext.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- UrlParameterReader.cs
- PartitionResolver.cs
- LineGeometry.cs
- ScriptControlDescriptor.cs
- HtmlShim.cs
- SiteMapDataSource.cs
- EventLog.cs
- VideoDrawing.cs
- MetadataSection.cs
- ListViewUpdatedEventArgs.cs
- WebPartUtil.cs
- CopyAction.cs
- DataPagerField.cs
- ReliableSessionBindingElementImporter.cs
- CheckBox.cs
- DefaultHttpHandler.cs
- RuntimeWrappedException.cs
- UnionCodeGroup.cs
- AnimatedTypeHelpers.cs
- BooleanKeyFrameCollection.cs
- XmlSchemaComplexContent.cs
- MobileControlBuilder.cs
- GeometryDrawing.cs
- RepeaterItemCollection.cs
- DataKey.cs
- HttpModuleCollection.cs
- PaperSource.cs
- ObjectDisposedException.cs
- ShapeTypeface.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- XmlnsDefinitionAttribute.cs
- DetailsViewRowCollection.cs
- DataServiceSaveChangesEventArgs.cs
- StatusBarPanelClickEvent.cs
- AssemblyCache.cs
- PropertyEmitterBase.cs
- AnyAllSearchOperator.cs
- Soap12FormatExtensions.cs
- ObjectQueryState.cs
- EndpointBehaviorElementCollection.cs
- SelfSignedCertificate.cs
- Main.cs
- TextTreeTextBlock.cs
- HelpProvider.cs