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
- ExceptionRoutedEventArgs.cs
- Matrix.cs
- EntitySetBaseCollection.cs
- _ScatterGatherBuffers.cs
- BorderGapMaskConverter.cs
- Context.cs
- HttpRawResponse.cs
- SystemIPAddressInformation.cs
- ImageFormatConverter.cs
- MimeTextImporter.cs
- Pair.cs
- ParseChildrenAsPropertiesAttribute.cs
- XPathPatternParser.cs
- BorderSidesEditor.cs
- ActivityBindForm.Designer.cs
- OutputCacheProfileCollection.cs
- SqlCacheDependencyDatabase.cs
- PopupRoot.cs
- _AutoWebProxyScriptWrapper.cs
- HashAlgorithm.cs
- FormParameter.cs
- DragDrop.cs
- ConfigXmlElement.cs
- QueryOptionExpression.cs
- BCryptHashAlgorithm.cs
- StandardCommands.cs
- DataServiceHostFactory.cs
- ActiveXSite.cs
- COM2ComponentEditor.cs
- OdbcCommandBuilder.cs
- ProxyWebPartManager.cs
- ClientBuildManager.cs
- XmlLinkedNode.cs
- CaseInsensitiveOrdinalStringComparer.cs
- CreateCardRequest.cs
- PopupControlService.cs
- StoreItemCollection.cs
- ServiceDefaults.cs
- ObjectToken.cs
- Viewport3DAutomationPeer.cs
- ImageConverter.cs
- DataColumnPropertyDescriptor.cs
- RectangleConverter.cs
- FilterException.cs
- XmlAttributeCache.cs
- HttpModuleActionCollection.cs
- AppSecurityManager.cs
- CompilerGlobalScopeAttribute.cs
- ListBase.cs
- ServiceOperationListItem.cs
- TypefaceCollection.cs
- DocumentViewerBase.cs
- SafePEFileHandle.cs
- TransformerInfo.cs
- RelationshipManager.cs
- Setter.cs
- ApplicationInfo.cs
- WebPartTransformer.cs
- NativeRightsManagementAPIsStructures.cs
- UInt16Storage.cs
- PageContentCollection.cs
- sapiproxy.cs
- XmlSerializationWriter.cs
- ColorInterpolationModeValidation.cs
- SqlParameter.cs
- BufferAllocator.cs
- QueryConverter.cs
- NonParentingControl.cs
- ClientScriptItemCollection.cs
- CodeSubDirectoriesCollection.cs
- XPathMultyIterator.cs
- OleDbConnection.cs
- XsltInput.cs
- WorkflowServiceHostFactory.cs
- GeometryGroup.cs
- XmlName.cs
- ButtonPopupAdapter.cs
- CustomDictionarySources.cs
- RootAction.cs
- SpeakProgressEventArgs.cs
- NamespaceQuery.cs
- AvTrace.cs
- ListViewCommandEventArgs.cs
- EnglishPluralizationService.cs
- DataBoundControlHelper.cs
- AnnotationService.cs
- _LocalDataStore.cs
- TrustSection.cs
- ResourceManagerWrapper.cs
- SpAudioStreamWrapper.cs
- messageonlyhwndwrapper.cs
- RenderContext.cs
- KeyNotFoundException.cs
- SchemaSetCompiler.cs
- MenuItemBinding.cs
- OledbConnectionStringbuilder.cs
- AspCompat.cs
- Pair.cs
- WebPartConnection.cs
- StorageMappingItemLoader.cs