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
- PerfCounterSection.cs
- TextProviderWrapper.cs
- Listbox.cs
- SymmetricCryptoHandle.cs
- XmlIncludeAttribute.cs
- Model3DGroup.cs
- EditingScopeUndoUnit.cs
- OleDbWrapper.cs
- JsonFaultDetail.cs
- TextTreeTextNode.cs
- CompilerHelpers.cs
- ComplexLine.cs
- NonBatchDirectoryCompiler.cs
- Canvas.cs
- NeutralResourcesLanguageAttribute.cs
- DeploymentSectionCache.cs
- Condition.cs
- ScrollViewer.cs
- StylusPlugInCollection.cs
- ImpersonateTokenRef.cs
- SignedPkcs7.cs
- OperationExecutionFault.cs
- Light.cs
- DataSourceHelper.cs
- DataGridViewComboBoxCell.cs
- xml.cs
- CompilerState.cs
- SmiMetaData.cs
- Base64Stream.cs
- ManipulationVelocities.cs
- ToolStripOverflowButton.cs
- HostingEnvironment.cs
- ServiceMetadataBehavior.cs
- EventLogPermissionAttribute.cs
- Rectangle.cs
- GridViewSelectEventArgs.cs
- PathFigure.cs
- XmlSchemaGroupRef.cs
- ResXResourceReader.cs
- DataBindingHandlerAttribute.cs
- PropertiesTab.cs
- InputBuffer.cs
- BaseHashHelper.cs
- ColumnProvider.cs
- recordstatefactory.cs
- HorizontalAlignConverter.cs
- AuthStoreRoleProvider.cs
- QueryContinueDragEventArgs.cs
- LinqExpressionNormalizer.cs
- SurrogateSelector.cs
- loginstatus.cs
- RSAOAEPKeyExchangeFormatter.cs
- PropertyMapper.cs
- ApplyImportsAction.cs
- Cell.cs
- TraceShell.cs
- ClusterRegistryConfigurationProvider.cs
- RowCache.cs
- ApplyTemplatesAction.cs
- MobileControlPersister.cs
- TextMessageEncoder.cs
- MenuCommand.cs
- FormViewDeleteEventArgs.cs
- BaseCodePageEncoding.cs
- ToolZone.cs
- Lasso.cs
- Freezable.cs
- StylusDownEventArgs.cs
- PropertyOverridesTypeEditor.cs
- GenerateScriptTypeAttribute.cs
- XmlQuerySequence.cs
- ContractListAdapter.cs
- RuntimeConfigurationRecord.cs
- PropertyGeneratedEventArgs.cs
- Type.cs
- InputReferenceExpression.cs
- ScheduleChanges.cs
- TransformerTypeCollection.cs
- CultureInfo.cs
- ToolStripPanelRow.cs
- SetUserLanguageRequest.cs
- XmlName.cs
- TTSEngineTypes.cs
- HttpCacheVaryByContentEncodings.cs
- OpenFileDialog.cs
- _NativeSSPI.cs
- ImageFormatConverter.cs
- EnumerableRowCollectionExtensions.cs
- DataGridViewCellStyleEditor.cs
- ChannelListenerBase.cs
- PersonalizationProviderCollection.cs
- DetailsViewModeEventArgs.cs
- TagMapInfo.cs
- MasterPageCodeDomTreeGenerator.cs
- DataSourceControl.cs
- RawContentTypeMapper.cs
- TypeUtils.cs
- RelatedImageListAttribute.cs
- XpsColorContext.cs
- FixedSOMTextRun.cs