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
- ComboBox.cs
- DataGridViewHitTestInfo.cs
- TextCharacters.cs
- SignatureHelper.cs
- OperatorExpressions.cs
- SolidBrush.cs
- TypeUtils.cs
- DataContractSerializerSection.cs
- SafeHandles.cs
- StylusCollection.cs
- MultiBinding.cs
- UpWmlPageAdapter.cs
- Executor.cs
- DirectoryRedirect.cs
- JsonReader.cs
- MailWebEventProvider.cs
- BufferAllocator.cs
- SessionIDManager.cs
- BitmapEffectGroup.cs
- XmlSchemaGroup.cs
- StyleBamlRecordReader.cs
- ConfigurationStrings.cs
- CssTextWriter.cs
- VScrollProperties.cs
- ValueType.cs
- XmlSigningNodeWriter.cs
- RoleManagerSection.cs
- SessionKeyExpiredException.cs
- DataGridViewRowsRemovedEventArgs.cs
- Overlapped.cs
- SetState.cs
- ToolboxItemCollection.cs
- ActivationArguments.cs
- PackageFilter.cs
- SystemIPGlobalProperties.cs
- PropertyNames.cs
- FileUpload.cs
- StatusBarPanelClickEvent.cs
- ListControl.cs
- FormsAuthenticationUser.cs
- ComplexLine.cs
- Journaling.cs
- ResourceType.cs
- JsonUriDataContract.cs
- DrawingCollection.cs
- WebDescriptionAttribute.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Matrix.cs
- KeyBinding.cs
- AssociationTypeEmitter.cs
- ExpressionBuilder.cs
- SqlCrossApplyToCrossJoin.cs
- SoapSchemaExporter.cs
- TreeViewCancelEvent.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- RSATokenProvider.cs
- NodeLabelEditEvent.cs
- WebScriptEnablingElement.cs
- HwndTarget.cs
- SafeLibraryHandle.cs
- UndoEngine.cs
- XmlSortKey.cs
- SqlFlattener.cs
- ValueQuery.cs
- DeploymentExceptionMapper.cs
- XmlAttributeAttribute.cs
- CacheModeValueSerializer.cs
- DataTableNewRowEvent.cs
- FastPropertyAccessor.cs
- PropertyGridEditorPart.cs
- RegexCompilationInfo.cs
- DynamicRendererThreadManager.cs
- DataObjectAttribute.cs
- XsltLoader.cs
- MultiSelectRootGridEntry.cs
- RequestQueryProcessor.cs
- InvalidProgramException.cs
- BoundPropertyEntry.cs
- CodeChecksumPragma.cs
- TypeConverterValueSerializer.cs
- ScopelessEnumAttribute.cs
- IdentityModelStringsVersion1.cs
- ObjectToken.cs
- PopOutPanel.cs
- ExpressionVisitor.cs
- DataRelationCollection.cs
- FileLoadException.cs
- AuthStoreRoleProvider.cs
- ValidatorCompatibilityHelper.cs
- FillErrorEventArgs.cs
- UserControl.cs
- PageAsyncTaskManager.cs
- TableLayoutColumnStyleCollection.cs
- ProgressiveCrcCalculatingStream.cs
- AssemblyCollection.cs
- AsymmetricAlgorithm.cs
- EmulateRecognizeCompletedEventArgs.cs
- TypeUtil.cs
- UpdatePanel.cs
- SoapRpcMethodAttribute.cs