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
- XslNumber.cs
- SqlAggregateChecker.cs
- HttpResponseInternalWrapper.cs
- _Rfc2616CacheValidators.cs
- TypeConverterHelper.cs
- SqlDataReader.cs
- XmlIncludeAttribute.cs
- ConnectionInterfaceCollection.cs
- NotifyCollectionChangedEventArgs.cs
- MsmqIntegrationProcessProtocolHandler.cs
- FactoryMaker.cs
- CharConverter.cs
- DictionaryGlobals.cs
- EntityContainerAssociationSetEnd.cs
- RegexInterpreter.cs
- DataGridState.cs
- RectAnimationClockResource.cs
- InvariantComparer.cs
- ResourceDisplayNameAttribute.cs
- CodeDomSerializer.cs
- CommandTreeTypeHelper.cs
- HandlerMappingMemo.cs
- FontStyle.cs
- SafeCryptContextHandle.cs
- SchemaConstraints.cs
- VisualTarget.cs
- AssemblyHash.cs
- IfAction.cs
- SelectionHighlightInfo.cs
- StringFreezingAttribute.cs
- MailBnfHelper.cs
- TypeLibConverter.cs
- HtmlWindow.cs
- PolyQuadraticBezierSegment.cs
- XPathAncestorQuery.cs
- NegatedConstant.cs
- ValidationRuleCollection.cs
- UIElement3DAutomationPeer.cs
- cookiecollection.cs
- SessionStateContainer.cs
- ColumnMapCopier.cs
- DataViewSetting.cs
- VerificationAttribute.cs
- Rfc2898DeriveBytes.cs
- DecoderNLS.cs
- ProcessHost.cs
- XpsS0ValidatingLoader.cs
- DataMemberFieldEditor.cs
- Propagator.cs
- SessionStateItemCollection.cs
- IPPacketInformation.cs
- TextParagraphView.cs
- CachedFontFamily.cs
- RichTextBoxAutomationPeer.cs
- COAUTHIDENTITY.cs
- login.cs
- _ConnectStream.cs
- ProxyAttribute.cs
- ChannelOptions.cs
- DataContractSerializerOperationBehavior.cs
- Pkcs7Signer.cs
- UrlAuthorizationModule.cs
- ReflectTypeDescriptionProvider.cs
- WebPartsPersonalizationAuthorization.cs
- QueryOptionExpression.cs
- CodeSubDirectory.cs
- MetadataArtifactLoaderComposite.cs
- ActivityInterfaces.cs
- SQLResource.cs
- MetadataImporter.cs
- SafeSecurityHelper.cs
- EditorPartCollection.cs
- DataGridColumnHeaderAutomationPeer.cs
- AndCondition.cs
- SemanticResultKey.cs
- ColorConvertedBitmapExtension.cs
- MemberHolder.cs
- EncoderFallback.cs
- ClientSideProviderDescription.cs
- DecimalAnimationBase.cs
- cache.cs
- StatusStrip.cs
- OleDbTransaction.cs
- ImageDrawing.cs
- CqlQuery.cs
- DbTransaction.cs
- Ipv6Element.cs
- WorkflowInstance.cs
- WsatExtendedInformation.cs
- CodeDirectoryCompiler.cs
- VersionedStream.cs
- TreeNodeCollection.cs
- ControlBuilderAttribute.cs
- AsyncOperationManager.cs
- TeredoHelper.cs
- ToolStripArrowRenderEventArgs.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- StyleCollectionEditor.cs
- FileDialogCustomPlace.cs
- SystemGatewayIPAddressInformation.cs