Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Documents / ContentPosition.cs / 1 / ContentPosition.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: ContentPosition.cs // // Description: Represents a certain content's position. This position is // content specific. // // History: // 05/05/2003 : grzegorz - created. // 09/28/2004 : grzegorz - updated pagination model. // 08/29/2005 : grzegorz - updated pagination model. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Represents a certain content's position. This position is content /// specific. /// public abstract class ContentPosition { ////// Static representation of a non-existent ContentPosition. /// public static readonly ContentPosition Missing = new MissingContentPosition(); #region Missing ////// Representation of a non-existent ContentPosition. /// private class MissingContentPosition : ContentPosition {} #endregion Missing } } // 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. // // File: ContentPosition.cs // // Description: Represents a certain content's position. This position is // content specific. // // History: // 05/05/2003 : grzegorz - created. // 09/28/2004 : grzegorz - updated pagination model. // 08/29/2005 : grzegorz - updated pagination model. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Represents a certain content's position. This position is content /// specific. /// public abstract class ContentPosition { ////// Static representation of a non-existent ContentPosition. /// public static readonly ContentPosition Missing = new MissingContentPosition(); #region Missing ////// Representation of a non-existent ContentPosition. /// private class MissingContentPosition : ContentPosition {} #endregion Missing } } // 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
- LedgerEntryCollection.cs
- DataKeyCollection.cs
- _ProxyRegBlob.cs
- XpsFilter.cs
- TransactionInterop.cs
- Cursors.cs
- DeviceSpecificDesigner.cs
- Thumb.cs
- Parser.cs
- HttpPostedFile.cs
- XmlReader.cs
- SchemaImporterExtensionsSection.cs
- ConcurrencyMode.cs
- ReadOnlyNameValueCollection.cs
- Codec.cs
- ListViewUpdateEventArgs.cs
- WebPartMovingEventArgs.cs
- PartialList.cs
- EntityTypeEmitter.cs
- WebColorConverter.cs
- DescendantOverDescendantQuery.cs
- GridViewSortEventArgs.cs
- LinearKeyFrames.cs
- FixedHighlight.cs
- WebResourceAttribute.cs
- FunctionDetailsReader.cs
- ToolStripPanelRow.cs
- IntSecurity.cs
- CustomError.cs
- CqlLexerHelpers.cs
- AsyncDataRequest.cs
- StylusOverProperty.cs
- SqlGenericUtil.cs
- TextSegment.cs
- SiteOfOriginPart.cs
- GPRECT.cs
- PowerStatus.cs
- WindowsFormsSectionHandler.cs
- Internal.cs
- LambdaCompiler.cs
- CatalogPart.cs
- GetChildSubtree.cs
- ForwardPositionQuery.cs
- RequestCacheEntry.cs
- SystemMulticastIPAddressInformation.cs
- AssemblyHash.cs
- FocusChangedEventArgs.cs
- ValidateNames.cs
- URLIdentityPermission.cs
- EventLog.cs
- PaperSource.cs
- _BufferOffsetSize.cs
- WebPartDisplayMode.cs
- DescendantQuery.cs
- TimeSpanSecondsConverter.cs
- ManipulationVelocities.cs
- SystemMulticastIPAddressInformation.cs
- ActivityTrace.cs
- DebuggerAttributes.cs
- ZoneLinkButton.cs
- DesignOnlyAttribute.cs
- AppDomainAttributes.cs
- LayoutEditorPart.cs
- WsiProfilesElementCollection.cs
- CalculatedColumn.cs
- InstanceCreationEditor.cs
- ObjectViewListener.cs
- WebPartConnectionsConnectVerb.cs
- dataobject.cs
- TimerElapsedEvenArgs.cs
- ItemCollection.cs
- MatrixAnimationUsingPath.cs
- DataListItemCollection.cs
- WSHttpTransportSecurityElement.cs
- DocumentViewerHelper.cs
- SequenceDesignerAccessibleObject.cs
- DbConvert.cs
- ObjectPersistData.cs
- DbProviderFactory.cs
- MarshalByValueComponent.cs
- Thickness.cs
- TabItemWrapperAutomationPeer.cs
- HelpOperationInvoker.cs
- SqlDataSourceCommandEventArgs.cs
- X509ClientCertificateCredentialsElement.cs
- ButtonFieldBase.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- SqlBinder.cs
- FileDialogCustomPlace.cs
- ToolStripDropTargetManager.cs
- StatusBarPanel.cs
- Button.cs
- WorkflowTransactionOptions.cs
- StorageMappingItemCollection.cs
- TextRange.cs
- ProtocolsConfiguration.cs
- SafeProcessHandle.cs
- StatusBarPanelClickEvent.cs
- ZoneLinkButton.cs
- SoapWriter.cs