Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Documents / DocumentStructures / NamedElement.cs / 1305600 / 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
- SemanticTag.cs
- ServerValidateEventArgs.cs
- DesignerCapabilities.cs
- WindowsListViewItemStartMenu.cs
- safemediahandle.cs
- KeyTime.cs
- MsmqElementBase.cs
- MenuItemBindingCollection.cs
- ComplexPropertyEntry.cs
- AccessText.cs
- ScriptManagerProxy.cs
- FixedSOMImage.cs
- HttpInputStream.cs
- tibetanshape.cs
- HttpValueCollection.cs
- RectAnimation.cs
- XmlSerializerSection.cs
- MeasureData.cs
- PriorityQueue.cs
- SqlFileStream.cs
- TypeConverterHelper.cs
- GeneralTransform3D.cs
- SmiTypedGetterSetter.cs
- ImplicitInputBrush.cs
- ConnectionsZone.cs
- CompositeFontFamily.cs
- OrderedDictionary.cs
- ObjectStorage.cs
- Models.cs
- StatusBarDrawItemEvent.cs
- WebZone.cs
- StoreItemCollection.Loader.cs
- UserControl.cs
- GroupBox.cs
- ObjectListCommandEventArgs.cs
- UnaryNode.cs
- BitmapSource.cs
- XpsS0ValidatingLoader.cs
- Attributes.cs
- ZipIOCentralDirectoryBlock.cs
- CaseCqlBlock.cs
- StateBag.cs
- Int32.cs
- ForceCopyBuildProvider.cs
- dbdatarecord.cs
- SqlVersion.cs
- DetailsViewDeleteEventArgs.cs
- TreeBuilder.cs
- COM2ExtendedTypeConverter.cs
- ScrollableControl.cs
- MessageSecurityVersionConverter.cs
- MembershipUser.cs
- DirtyTextRange.cs
- TextDecorationLocationValidation.cs
- BindingElement.cs
- FileChangesMonitor.cs
- TriggerBase.cs
- CodeMemberProperty.cs
- StringHandle.cs
- SystemEvents.cs
- RemotingConfigParser.cs
- HttpHandlerAction.cs
- PageClientProxyGenerator.cs
- cryptoapiTransform.cs
- HealthMonitoringSectionHelper.cs
- StylesEditorDialog.cs
- HttpListenerRequest.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- WhitespaceRuleReader.cs
- Italic.cs
- IndexedString.cs
- Style.cs
- _ShellExpression.cs
- PromptEventArgs.cs
- VirtualStackFrame.cs
- ListView.cs
- RemotingAttributes.cs
- MimeMapping.cs
- LOSFormatter.cs
- HelpKeywordAttribute.cs
- StringKeyFrameCollection.cs
- DispatcherTimer.cs
- XmlILIndex.cs
- EncryptRequest.cs
- MenuItemCollectionEditor.cs
- ListViewGroupConverter.cs
- Size3D.cs
- TemplateField.cs
- ScrollableControlDesigner.cs
- OrderByExpression.cs
- StorageMappingItemLoader.cs
- AuthenticationModuleElement.cs
- EntitySetBase.cs
- BulletedList.cs
- ContentValidator.cs
- CallbackHandler.cs
- CustomErrorsSection.cs
- EventLogInternal.cs
- QueuePathEditor.cs
- TreeNodeMouseHoverEvent.cs