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
- DataTableReaderListener.cs
- CodeCommentStatement.cs
- RequestStatusBarUpdateEventArgs.cs
- TdsParserStaticMethods.cs
- SelectionHighlightInfo.cs
- FirstMatchCodeGroup.cs
- PresentationTraceSources.cs
- DrawingAttributes.cs
- ZipIOBlockManager.cs
- ImportOptions.cs
- ConfigXmlText.cs
- ListViewTableCell.cs
- TiffBitmapDecoder.cs
- MDIControlStrip.cs
- FileSystemInfo.cs
- Marshal.cs
- ParameterRetriever.cs
- SwitchAttribute.cs
- BCLDebug.cs
- TextEndOfParagraph.cs
- MultiPageTextView.cs
- ToolStripContentPanel.cs
- TreeViewCancelEvent.cs
- InputBinder.cs
- CompilationUtil.cs
- DesignerEventService.cs
- FileVersion.cs
- ExpressionConverter.cs
- Canonicalizers.cs
- RelationshipConstraintValidator.cs
- MembershipValidatePasswordEventArgs.cs
- ServiceModelPerformanceCounters.cs
- SchemaTableOptionalColumn.cs
- DataGridViewRowEventArgs.cs
- BamlTreeNode.cs
- GridViewCommandEventArgs.cs
- Debugger.cs
- _AcceptOverlappedAsyncResult.cs
- TrimSurroundingWhitespaceAttribute.cs
- LoadGrammarCompletedEventArgs.cs
- Translator.cs
- TextDocumentView.cs
- DbDataRecord.cs
- EncryptedXml.cs
- ObfuscateAssemblyAttribute.cs
- DataGridCell.cs
- PointLightBase.cs
- VirtualPathProvider.cs
- QueryNode.cs
- CodeCatchClauseCollection.cs
- ClientSettingsStore.cs
- ZeroOpNode.cs
- QilGeneratorEnv.cs
- EncodedStreamFactory.cs
- DoubleLinkListEnumerator.cs
- DesignerDataConnection.cs
- SourceFileInfo.cs
- TableParagraph.cs
- SQLBoolean.cs
- DesignRelationCollection.cs
- TextServicesPropertyRanges.cs
- WebUtil.cs
- DependencyObject.cs
- SemaphoreFullException.cs
- TextTabProperties.cs
- SignedInfo.cs
- SpecialNameAttribute.cs
- ColorAnimation.cs
- BinaryObjectWriter.cs
- HttpWriter.cs
- JournalNavigationScope.cs
- X509Certificate2Collection.cs
- ELinqQueryState.cs
- StatusBarPanel.cs
- SecurityProtocolCorrelationState.cs
- WebSysDefaultValueAttribute.cs
- RegexWriter.cs
- GlyphRun.cs
- RepeaterItem.cs
- MatcherBuilder.cs
- SpeechSeg.cs
- CommandHelper.cs
- WebPartEditVerb.cs
- xsdvalidator.cs
- TraceProvider.cs
- ImageListStreamer.cs
- ErrorHandlerModule.cs
- BufferedReadStream.cs
- _HTTPDateParse.cs
- SqlRowUpdatedEvent.cs
- LogExtent.cs
- DataReaderContainer.cs
- WindowsHyperlink.cs
- RequestTimeoutManager.cs
- precedingquery.cs
- LabelLiteral.cs
- TemplateAction.cs
- PointAnimationUsingKeyFrames.cs
- DataColumnMapping.cs
- Point4DConverter.cs