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
- Vector.cs
- PermissionAttributes.cs
- DbBuffer.cs
- Byte.cs
- RecognizedPhrase.cs
- ScriptingJsonSerializationSection.cs
- ParallelActivityDesigner.cs
- SplitterPanel.cs
- EpmSourcePathSegment.cs
- NameNode.cs
- UnsafeNativeMethods.cs
- DefaultTraceListener.cs
- XmlCountingReader.cs
- CodeMethodInvokeExpression.cs
- ApplicationSettingsBase.cs
- DescendentsWalkerBase.cs
- DoubleCollectionValueSerializer.cs
- ApplicationServiceHelper.cs
- RawStylusInputCustomDataList.cs
- Debug.cs
- SettingsSection.cs
- ReadOnlyNameValueCollection.cs
- EtwTrackingBehavior.cs
- HandleCollector.cs
- CollectionType.cs
- BaseParaClient.cs
- Binding.cs
- DocumentViewerHelper.cs
- DocumentationServerProtocol.cs
- Label.cs
- IList.cs
- XmlSchemaObjectTable.cs
- ButtonField.cs
- XpsFilter.cs
- PropertyInfo.cs
- WebBrowserNavigatedEventHandler.cs
- XamlSerializationHelper.cs
- BinaryFormatterWriter.cs
- DataServiceExpressionVisitor.cs
- AddInBase.cs
- ToolStripMenuItemDesigner.cs
- SHA384Managed.cs
- AsyncOperationContext.cs
- SimpleTypeResolver.cs
- GlyphElement.cs
- CellQuery.cs
- EnumUnknown.cs
- Convert.cs
- IIS7UserPrincipal.cs
- SchemaElementDecl.cs
- ListControlDesigner.cs
- NotifyInputEventArgs.cs
- BindingSourceDesigner.cs
- GroupAggregateExpr.cs
- DataGridViewTextBoxCell.cs
- securitycriticaldataClass.cs
- PackageFilter.cs
- NTAccount.cs
- _ContextAwareResult.cs
- DbExpressionBuilder.cs
- FontFamilyIdentifier.cs
- SiteMapHierarchicalDataSourceView.cs
- SemanticAnalyzer.cs
- XmlDictionary.cs
- KeyFrames.cs
- EtwTrace.cs
- serverconfig.cs
- WebPartConnectVerb.cs
- TypeUtil.cs
- DataControlLinkButton.cs
- HttpPostedFile.cs
- TextCharacters.cs
- SafeFileMapViewHandle.cs
- ZipIOLocalFileHeader.cs
- UInt16Converter.cs
- XPathNodeInfoAtom.cs
- RequestUriProcessor.cs
- UnsafeCollabNativeMethods.cs
- PEFileEvidenceFactory.cs
- URLEditor.cs
- ConfigurationStrings.cs
- SqlBulkCopyColumnMapping.cs
- DataBoundControlAdapter.cs
- SecurityRuntime.cs
- SqlRemoveConstantOrderBy.cs
- WaitHandle.cs
- AppDomainUnloadedException.cs
- Single.cs
- DynamicPropertyHolder.cs
- PeerEndPoint.cs
- MailAddress.cs
- BufferedWebEventProvider.cs
- OdbcEnvironment.cs
- ComboBoxAutomationPeer.cs
- LassoSelectionBehavior.cs
- ItemsPanelTemplate.cs
- WindowsEditBoxRange.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- WindowsTokenRoleProvider.cs
- FolderBrowserDialogDesigner.cs