Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- UnsafeNativeMethods.cs
- SystemEvents.cs
- ReadContentAsBinaryHelper.cs
- XmlCharType.cs
- RightsManagementPermission.cs
- EntityWrapperFactory.cs
- InputLanguageManager.cs
- BitmapEffectDrawingContent.cs
- DesignTimeParseData.cs
- DotExpr.cs
- SecurityAppliedMessage.cs
- FactoryMaker.cs
- WebPartsSection.cs
- UnmanagedMemoryStreamWrapper.cs
- MemoryFailPoint.cs
- InternalTypeHelper.cs
- PropertyMapper.cs
- XsdCachingReader.cs
- ToolStripPanelRenderEventArgs.cs
- AnnotationHelper.cs
- AutomationEvent.cs
- TrackingDataItem.cs
- WindowsEditBoxRange.cs
- RectAnimationClockResource.cs
- ApplicationCommands.cs
- GridViewRowPresenter.cs
- SqlProviderServices.cs
- PersistenceTypeAttribute.cs
- SerializationSectionGroup.cs
- KoreanLunisolarCalendar.cs
- AuthorizationRule.cs
- SatelliteContractVersionAttribute.cs
- ConfigurationStrings.cs
- _Win32.cs
- StorageScalarPropertyMapping.cs
- indexingfiltermarshaler.cs
- DBCommand.cs
- XmlNodeList.cs
- log.cs
- DecoderExceptionFallback.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- Semaphore.cs
- SqlCommandSet.cs
- Suspend.cs
- FormViewModeEventArgs.cs
- AudioLevelUpdatedEventArgs.cs
- XmlRootAttribute.cs
- SqlBooleanizer.cs
- RoleGroupCollection.cs
- ObfuscationAttribute.cs
- IteratorDescriptor.cs
- ConfigurationStrings.cs
- WebPartZoneCollection.cs
- XD.cs
- CellParaClient.cs
- ArcSegment.cs
- PeerNameRecordCollection.cs
- SpStreamWrapper.cs
- OutOfMemoryException.cs
- XmlSchemaInfo.cs
- SizeF.cs
- Translator.cs
- StreamInfo.cs
- DeleteHelper.cs
- DesignerDataTable.cs
- DataFormats.cs
- WebPartEventArgs.cs
- SiteMap.cs
- InvalidTimeZoneException.cs
- AndMessageFilter.cs
- OleAutBinder.cs
- PeerNameRegistration.cs
- ConnectionPoint.cs
- UTF7Encoding.cs
- DeriveBytes.cs
- TraceUtils.cs
- ContentPropertyAttribute.cs
- MetadataCollection.cs
- BasicHttpMessageSecurityElement.cs
- DocumentApplication.cs
- Point3DAnimation.cs
- EditorPartChrome.cs
- _NegoState.cs
- TextEditorTables.cs
- SectionInput.cs
- LicenseProviderAttribute.cs
- UndoEngine.cs
- MethodBody.cs
- Misc.cs
- SmiEventStream.cs
- MouseActionConverter.cs
- BasicViewGenerator.cs
- SecurityToken.cs
- NewExpression.cs
- EventLogPermissionEntry.cs
- ValidationResult.cs
- RowBinding.cs
- ColorConvertedBitmapExtension.cs
- RTLAwareMessageBox.cs
- DataGridAutomationPeer.cs