Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Documents / DocumentStructures / NamedElement.cs / 1 / NamedElement.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// History:
// 05/12/2005 : [....] - 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
- DataGridViewComboBoxEditingControl.cs
- TextRenderingModeValidation.cs
- ObfuscationAttribute.cs
- _DomainName.cs
- SiteMapDesignerDataSourceView.cs
- SigningCredentials.cs
- safelink.cs
- WebConfigurationFileMap.cs
- BitmapSourceSafeMILHandle.cs
- HttpDictionary.cs
- ProfileBuildProvider.cs
- ControlIdConverter.cs
- ReadOnlyMetadataCollection.cs
- SmtpCommands.cs
- MarkupWriter.cs
- Internal.cs
- RangeValuePattern.cs
- CompositeDataBoundControl.cs
- UIPermission.cs
- DelegateBodyWriter.cs
- ValidationHelpers.cs
- CorrelationRequestContext.cs
- SafeReversePInvokeHandle.cs
- Debug.cs
- Label.cs
- UIElement3D.cs
- KnownColorTable.cs
- FrameworkTemplate.cs
- MasterPageParser.cs
- _LoggingObject.cs
- ZipPackagePart.cs
- SchemaAttDef.cs
- OleDbInfoMessageEvent.cs
- EventWaitHandle.cs
- PolyLineSegment.cs
- OleDbWrapper.cs
- Activation.cs
- ComponentEditorPage.cs
- ClientConvert.cs
- AlternationConverter.cs
- BrowserInteropHelper.cs
- RequiredAttributeAttribute.cs
- EtwTrace.cs
- SqlUserDefinedAggregateAttribute.cs
- TextRenderer.cs
- LogRestartAreaEnumerator.cs
- ExceptionHandlerDesigner.cs
- SapiInterop.cs
- IIS7WorkerRequest.cs
- MgmtResManager.cs
- TypeForwardedToAttribute.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- JsonServiceDocumentSerializer.cs
- CollectionTypeElement.cs
- FormViewInsertEventArgs.cs
- OpCodes.cs
- InvalidWMPVersionException.cs
- DrawingContextDrawingContextWalker.cs
- InstanceCreationEditor.cs
- XmlLoader.cs
- ClrProviderManifest.cs
- OdbcErrorCollection.cs
- CombinedGeometry.cs
- CornerRadius.cs
- OperatingSystemVersionCheck.cs
- TextFormatter.cs
- DayRenderEvent.cs
- XMLSyntaxException.cs
- ViewKeyConstraint.cs
- ColumnWidthChangingEvent.cs
- ChannelTokenTypeConverter.cs
- DocumentPageView.cs
- StylusCollection.cs
- IsolatedStoragePermission.cs
- XmlQueryCardinality.cs
- TextMarkerSource.cs
- TypeConverterHelper.cs
- ClientConfigPaths.cs
- Thickness.cs
- _CookieModule.cs
- XmlSerializerSection.cs
- WebControlsSection.cs
- SuppressIldasmAttribute.cs
- ToolboxItemFilterAttribute.cs
- PointCollectionValueSerializer.cs
- UnionCodeGroup.cs
- TextRangeAdaptor.cs
- SiteMapSection.cs
- ContextStack.cs
- MouseButton.cs
- ToolStripMenuItemCodeDomSerializer.cs
- Subset.cs
- TrackingStringDictionary.cs
- COM2PropertyDescriptor.cs
- ViewLoader.cs
- Nullable.cs
- HtmlTernaryTree.cs
- DataServiceHostFactory.cs
- XmlResolver.cs
- NavigationWindowAutomationPeer.cs