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
- HtmlInputText.cs
- PropertyGroupDescription.cs
- Visual3D.cs
- TypeElement.cs
- ActivityContext.cs
- ArithmeticException.cs
- CharacterString.cs
- HtmlInputButton.cs
- NumericUpDownAccelerationCollection.cs
- CheckPair.cs
- ComplexBindingPropertiesAttribute.cs
- ProviderIncompatibleException.cs
- XmlDocumentType.cs
- querybuilder.cs
- TreeNodeCollection.cs
- OpenTypeLayoutCache.cs
- BlockUIContainer.cs
- Match.cs
- ScrollProviderWrapper.cs
- HtmlImageAdapter.cs
- Transform3DCollection.cs
- DiscoveryMessageSequenceCD1.cs
- TraceData.cs
- SafePEFileHandle.cs
- CTreeGenerator.cs
- HttpModule.cs
- CodeDomSerializerBase.cs
- SecurityManager.cs
- FixedPageStructure.cs
- ObjectConverter.cs
- VoiceObjectToken.cs
- EndpointConfigContainer.cs
- AppDomainUnloadedException.cs
- ObjectKeyFrameCollection.cs
- LineServicesCallbacks.cs
- MinimizableAttributeTypeConverter.cs
- TextModifier.cs
- ClassDataContract.cs
- XmlEntity.cs
- MissingMethodException.cs
- CodeThrowExceptionStatement.cs
- RMPublishingDialog.cs
- TrackingStringDictionary.cs
- ADMembershipUser.cs
- CheckBoxField.cs
- DataObject.cs
- IdentityModelStringsVersion1.cs
- PerformanceCounter.cs
- BehaviorEditorPart.cs
- MappableObjectManager.cs
- WrappedIUnknown.cs
- DetailsViewRowCollection.cs
- WebConfigurationHostFileChange.cs
- _NativeSSPI.cs
- HtmlTableCell.cs
- RuntimeWrappedException.cs
- JournalNavigationScope.cs
- CodeCastExpression.cs
- PeerNameRecordCollection.cs
- EditingMode.cs
- GroupDescription.cs
- PreservationFileWriter.cs
- XPathExpr.cs
- RuntimeCompatibilityAttribute.cs
- AssemblyCollection.cs
- LocatorGroup.cs
- DataGridViewCellStateChangedEventArgs.cs
- StateMachineWorkflowDesigner.cs
- ZipIOExtraFieldElement.cs
- CancelAsyncOperationRequest.cs
- IEnumerable.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ListView.cs
- MobileUserControlDesigner.cs
- SharedPersonalizationStateInfo.cs
- XPathNavigatorKeyComparer.cs
- SafeLocalMemHandle.cs
- BrowserTree.cs
- ProtocolProfile.cs
- WebBrowserEvent.cs
- FileLogRecordStream.cs
- ValueOfAction.cs
- HttpProcessUtility.cs
- SecUtil.cs
- Style.cs
- PlatformNotSupportedException.cs
- Utils.cs
- ScalarType.cs
- SqlExpander.cs
- XMLSchema.cs
- XmlDataSourceNodeDescriptor.cs
- EventLogPermission.cs
- EntityDataSourceViewSchema.cs
- DataBindingsDialog.cs
- OracleRowUpdatedEventArgs.cs
- QilPatternFactory.cs
- SoapFault.cs
- Reference.cs
- BaseInfoTable.cs
- MenuAutomationPeer.cs