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
- GraphicsPath.cs
- Pipe.cs
- IFlowDocumentViewer.cs
- HostSecurityManager.cs
- GeneralTransform3DGroup.cs
- SectionUpdates.cs
- DictionaryEntry.cs
- ListBoxItem.cs
- AuthorizationPolicyTypeElementCollection.cs
- BuilderInfo.cs
- HtmlInputCheckBox.cs
- EditBehavior.cs
- RealizedColumnsBlock.cs
- Visitors.cs
- GridView.cs
- InternalCache.cs
- Compilation.cs
- ReadOnlyHierarchicalDataSource.cs
- NetworkInterface.cs
- WeakReference.cs
- JsonUriDataContract.cs
- ShellProvider.cs
- ThrowHelper.cs
- OrderedParallelQuery.cs
- TableItemStyle.cs
- CallTemplateAction.cs
- SchemaInfo.cs
- ResourceExpressionEditor.cs
- AssociatedControlConverter.cs
- TopClause.cs
- DataGridViewRowCancelEventArgs.cs
- QueryableFilterRepeater.cs
- _CommandStream.cs
- QueryCursorEventArgs.cs
- FixedTextPointer.cs
- ProcessModuleCollection.cs
- OdbcErrorCollection.cs
- PropertyOrder.cs
- ContextQuery.cs
- SiteMapPathDesigner.cs
- DataGridViewCheckBoxCell.cs
- DCSafeHandle.cs
- regiisutil.cs
- SelectionPatternIdentifiers.cs
- Bold.cs
- Rotation3DAnimation.cs
- StringUtil.cs
- VisualStyleRenderer.cs
- ExtendedProtectionPolicyTypeConverter.cs
- TextRangeAdaptor.cs
- ArrayExtension.cs
- TimeSpanConverter.cs
- AssemblySettingAttributes.cs
- Range.cs
- IsolatedStorageFileStream.cs
- ExistsInCollection.cs
- XmlSchemaSimpleContentRestriction.cs
- WebUtil.cs
- ResourceContainer.cs
- GeneralTransformGroup.cs
- CodeChecksumPragma.cs
- FormViewCommandEventArgs.cs
- ColorMatrix.cs
- XmlRootAttribute.cs
- Baml2006ReaderContext.cs
- CodePageEncoding.cs
- TemplateNameScope.cs
- PenContext.cs
- XmlCharacterData.cs
- ValueSerializer.cs
- ApplicationProxyInternal.cs
- SmiEventSink_DeferedProcessing.cs
- VariantWrapper.cs
- WebBrowserBase.cs
- BinaryCommonClasses.cs
- Logging.cs
- ToolTipService.cs
- RequiredArgumentAttribute.cs
- IntSecurity.cs
- RowParagraph.cs
- BaseComponentEditor.cs
- ListItemCollection.cs
- TextParagraphView.cs
- TableAdapterManagerNameHandler.cs
- ReceiveActivityValidator.cs
- Deflater.cs
- NullableDoubleSumAggregationOperator.cs
- DesignerLoader.cs
- ConnectionConsumerAttribute.cs
- Msec.cs
- CommentAction.cs
- DragStartedEventArgs.cs
- ElementHost.cs
- DataGridViewRowsRemovedEventArgs.cs
- ControlOperationInvoker.cs
- UniqueConstraint.cs
- TransformDescriptor.cs
- ColorInterpolationModeValidation.cs
- AnnotationHighlightLayer.cs
- ResourceSetExpression.cs