Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- SchemaTypeEmitter.cs
- IISUnsafeMethods.cs
- MULTI_QI.cs
- ControlIdConverter.cs
- TraceHandler.cs
- InputBuffer.cs
- FilterElement.cs
- PolicyUnit.cs
- DocobjHost.cs
- CollectionViewGroup.cs
- NativeMethodsCLR.cs
- DbConnectionPoolGroup.cs
- Size.cs
- Context.cs
- RoutedCommand.cs
- ServiceReference.cs
- HtmlButton.cs
- NavigationCommands.cs
- DashStyles.cs
- HtmlInputImage.cs
- DataSet.cs
- XPathBinder.cs
- RuleElement.cs
- Command.cs
- KeyGesture.cs
- FlowDocument.cs
- ToolbarAUtomationPeer.cs
- XmlSchemaObject.cs
- CompoundFileIOPermission.cs
- MetaColumn.cs
- ValidatorCompatibilityHelper.cs
- AutomationPatternInfo.cs
- UrlAuthorizationModule.cs
- HyperLinkColumn.cs
- DataGridAutoFormat.cs
- WebServicesSection.cs
- RequestCacheEntry.cs
- COM2Properties.cs
- RelationshipConstraintValidator.cs
- PackagingUtilities.cs
- DiagnosticEventProvider.cs
- DllNotFoundException.cs
- CallbackValidator.cs
- InkCanvasFeedbackAdorner.cs
- Pen.cs
- DbDataAdapter.cs
- CustomAttributeFormatException.cs
- CustomWebEventKey.cs
- MobileControl.cs
- AnnotationResource.cs
- Int32Animation.cs
- ListViewTableRow.cs
- AmbiguousMatchException.cs
- BrowserInteropHelper.cs
- XmlCodeExporter.cs
- DataTableReaderListener.cs
- DataGridRowEventArgs.cs
- RangeValuePatternIdentifiers.cs
- Validator.cs
- TextRangeAdaptor.cs
- Bind.cs
- ZoneMembershipCondition.cs
- ZipIOModeEnforcingStream.cs
- DesignTableCollection.cs
- ParserHooks.cs
- propertytag.cs
- InvalidAsynchronousStateException.cs
- SupportingTokenProviderSpecification.cs
- DetailsViewInsertedEventArgs.cs
- BindValidator.cs
- Clipboard.cs
- ConnectionStringsExpressionBuilder.cs
- ConfigurationManagerInternal.cs
- XmlSchemaComplexContent.cs
- CollectionCodeDomSerializer.cs
- ZoomPercentageConverter.cs
- DocumentReferenceCollection.cs
- BaseTreeIterator.cs
- FileClassifier.cs
- FacetValueContainer.cs
- WindowsListViewItemCheckBox.cs
- WindowsFormsHost.cs
- QueryStack.cs
- ApplicationSecurityManager.cs
- CmsUtils.cs
- XsdDateTime.cs
- ComEventsHelper.cs
- SByte.cs
- ClientRoleProvider.cs
- KnownTypes.cs
- TextControl.cs
- RectIndependentAnimationStorage.cs
- CellConstantDomain.cs
- DatatypeImplementation.cs
- documentation.cs
- EntityObject.cs
- ThemeableAttribute.cs
- Size3D.cs
- AppDomainFactory.cs
- CultureSpecificCharacterBufferRange.cs