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
- InvalidOperationException.cs
- GlobalizationSection.cs
- SecuritySessionFilter.cs
- RotationValidation.cs
- XmlDictionaryString.cs
- ChildrenQuery.cs
- PartitionResolver.cs
- XmlValidatingReader.cs
- BaseCodeDomTreeGenerator.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ConfigurationPermission.cs
- GenericParameterDataContract.cs
- OdbcTransaction.cs
- CheckBoxList.cs
- initElementDictionary.cs
- DBSqlParserTableCollection.cs
- GeneralTransformGroup.cs
- StylusPointPropertyInfoDefaults.cs
- ParallelEnumerable.cs
- SqlConnectionStringBuilder.cs
- ColumnWidthChangedEvent.cs
- TextEditorThreadLocalStore.cs
- ReleaseInstanceMode.cs
- UIElementPropertyUndoUnit.cs
- InteropExecutor.cs
- DLinqColumnProvider.cs
- XmlSchemaAll.cs
- MDIWindowDialog.cs
- Tokenizer.cs
- TemplateBuilder.cs
- UnauthorizedWebPart.cs
- CommandEventArgs.cs
- Permission.cs
- SignatureToken.cs
- Vector3DConverter.cs
- ListControl.cs
- FixedPage.cs
- RegexCompilationInfo.cs
- TaskFileService.cs
- UntypedNullExpression.cs
- metadatamappinghashervisitor.cs
- ComboBoxRenderer.cs
- DomainConstraint.cs
- FontNameEditor.cs
- WebBrowserPermission.cs
- FolderLevelBuildProvider.cs
- ObjectDataSourceStatusEventArgs.cs
- SafeEventLogWriteHandle.cs
- DelegateHelpers.cs
- DragStartedEventArgs.cs
- DiagnosticsConfiguration.cs
- MissingMethodException.cs
- PrintEvent.cs
- XmlIlTypeHelper.cs
- Timer.cs
- ArrayItemValue.cs
- SQLDouble.cs
- HtmlInputCheckBox.cs
- FormsAuthentication.cs
- MethodBuilder.cs
- SqlDataRecord.cs
- Context.cs
- RepeaterCommandEventArgs.cs
- oledbmetadatacollectionnames.cs
- MembershipSection.cs
- SqlConnectionPoolGroupProviderInfo.cs
- WindowsGrip.cs
- ReflectPropertyDescriptor.cs
- XmlSchemaSet.cs
- webeventbuffer.cs
- DependencyObject.cs
- entityreference_tresulttype.cs
- BrowserCapabilitiesFactoryBase.cs
- GridViewPageEventArgs.cs
- NodeInfo.cs
- WebPartDesigner.cs
- BindingGroup.cs
- SimpleApplicationHost.cs
- GridViewColumnCollection.cs
- Drawing.cs
- HttpRequestBase.cs
- MatrixTransform.cs
- DataGridViewUtilities.cs
- CommonObjectSecurity.cs
- ValueProviderWrapper.cs
- DataSourceCacheDurationConverter.cs
- RenameRuleObjectDialog.cs
- TrackingDataItemValue.cs
- SmtpTransport.cs
- RelatedPropertyManager.cs
- FlowDecisionLabelFeature.cs
- SystemIPv6InterfaceProperties.cs
- ScriptingWebServicesSectionGroup.cs
- TraceContextEventArgs.cs
- FixedLineResult.cs
- Mapping.cs
- Classification.cs
- MetabaseSettingsIis7.cs
- _AutoWebProxyScriptHelper.cs
- ModuleBuilderData.cs