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
- CatalogZone.cs
- ClientApiGenerator.cs
- TraceUtility.cs
- MethodExpr.cs
- ListSortDescription.cs
- EventBuilder.cs
- TargetPerspective.cs
- CalloutQueueItem.cs
- StopRoutingHandler.cs
- SelectionEditingBehavior.cs
- TimelineGroup.cs
- RTLAwareMessageBox.cs
- RelationshipDetailsRow.cs
- SymbolType.cs
- DataServiceStreamResponse.cs
- XmlUnspecifiedAttribute.cs
- Int64AnimationBase.cs
- ZoneButton.cs
- RedistVersionInfo.cs
- SchemaNotation.cs
- LinqDataView.cs
- ToolBarPanel.cs
- FormattedTextSymbols.cs
- ImageConverter.cs
- JumpList.cs
- EmptyControlCollection.cs
- ResumeStoryboard.cs
- Control.cs
- ConfigDefinitionUpdates.cs
- BoundingRectTracker.cs
- RedistVersionInfo.cs
- XhtmlBasicListAdapter.cs
- DataGridPreparingCellForEditEventArgs.cs
- ListViewItem.cs
- SimpleType.cs
- MetadataUtilsSmi.cs
- _Semaphore.cs
- StreamingContext.cs
- SinglePageViewer.cs
- XPathMultyIterator.cs
- WSTransactionSection.cs
- NetworkStream.cs
- FacetValues.cs
- FixUp.cs
- IApplicationTrustManager.cs
- StoreItemCollection.cs
- TransformValueSerializer.cs
- TextEditorSelection.cs
- PolyBezierSegment.cs
- WinInetCache.cs
- DataServiceRequestArgs.cs
- ResourceCategoryAttribute.cs
- ActiveXHelper.cs
- ResourceSet.cs
- ResXResourceReader.cs
- StringAttributeCollection.cs
- ListItemsCollectionEditor.cs
- BaseProcessor.cs
- FileDialogCustomPlace.cs
- MediaTimeline.cs
- HealthMonitoringSection.cs
- DownloadProgressEventArgs.cs
- CompiledRegexRunner.cs
- XmlUtf8RawTextWriter.cs
- AnimationStorage.cs
- TypeGeneratedEventArgs.cs
- QilInvoke.cs
- CrossAppDomainChannel.cs
- BaseCodeDomTreeGenerator.cs
- ComContractElementCollection.cs
- CompositeDuplexElement.cs
- CollectionEditor.cs
- BufferedWebEventProvider.cs
- SoapExtensionReflector.cs
- DBSchemaTable.cs
- SchemaImporterExtension.cs
- ScriptBehaviorDescriptor.cs
- DBPropSet.cs
- ProviderUtil.cs
- ImageClickEventArgs.cs
- SqlDataSourceStatusEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- DataErrorValidationRule.cs
- TextClipboardData.cs
- ProjectionQueryOptionExpression.cs
- ReadOnlyCollection.cs
- LoginUtil.cs
- XmlSchemaIdentityConstraint.cs
- DataGridViewLinkColumn.cs
- HttpDigestClientElement.cs
- XappLauncher.cs
- Soap.cs
- OutOfMemoryException.cs
- BCryptSafeHandles.cs
- ExceptionHelpers.cs
- XmlSchemaValidationException.cs
- WebPartEventArgs.cs
- UserControlBuildProvider.cs
- DataSourceGeneratorException.cs
- FileStream.cs