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
- MsmqIntegrationAppDomainProtocolHandler.cs
- CompatibleComparer.cs
- Condition.cs
- XmlDocumentFragment.cs
- SessionStateContainer.cs
- VisualProxy.cs
- PropertyOrder.cs
- ObjectStateFormatter.cs
- RegisteredDisposeScript.cs
- ErrorWrapper.cs
- SourceFileInfo.cs
- SqlProfileProvider.cs
- Transform.cs
- XmlSchemaSimpleTypeList.cs
- SafeIUnknown.cs
- ValueCollectionParameterReader.cs
- ClassImporter.cs
- Panel.cs
- ZoneLinkButton.cs
- XmlSerializerAssemblyAttribute.cs
- List.cs
- DataServiceProcessingPipelineEventArgs.cs
- ItemTypeToolStripMenuItem.cs
- TextureBrush.cs
- CodeValidator.cs
- WebEventTraceProvider.cs
- ClipboardData.cs
- AccessedThroughPropertyAttribute.cs
- LockedBorderGlyph.cs
- LabelEditEvent.cs
- SafeNativeMethods.cs
- DocumentViewerAutomationPeer.cs
- Context.cs
- PackWebRequest.cs
- EntityTemplateFactory.cs
- XsdBuilder.cs
- CustomCredentialPolicy.cs
- HwndMouseInputProvider.cs
- Int32Rect.cs
- RemoveStoryboard.cs
- ScrollEvent.cs
- DownloadProgressEventArgs.cs
- ConfigXmlReader.cs
- Point3D.cs
- DecimalAnimationUsingKeyFrames.cs
- ClientTargetCollection.cs
- OracleEncoding.cs
- XmlUtilWriter.cs
- CheckPair.cs
- XmlTypeMapping.cs
- OneToOneMappingSerializer.cs
- FlowLayoutPanel.cs
- CodeTypeConstructor.cs
- NotifyCollectionChangedEventArgs.cs
- SoapParser.cs
- SymmetricKeyWrap.cs
- WebRequestModulesSection.cs
- SoapServerMessage.cs
- KerberosSecurityTokenParameters.cs
- GeometryConverter.cs
- LayoutTable.cs
- CharEntityEncoderFallback.cs
- PartitionResolver.cs
- TransportSecurityBindingElement.cs
- XmlComment.cs
- LayoutEngine.cs
- SymDocumentType.cs
- BoundPropertyEntry.cs
- HttpCapabilitiesSectionHandler.cs
- DataObject.cs
- ListSortDescriptionCollection.cs
- StateMachineAction.cs
- WindowShowOrOpenTracker.cs
- NativeMethods.cs
- InfoCardMasterKey.cs
- _FixedSizeReader.cs
- DependencyPropertyValueSerializer.cs
- MissingSatelliteAssemblyException.cs
- GiveFeedbackEvent.cs
- AlternateViewCollection.cs
- HtmlLink.cs
- SmtpNetworkElement.cs
- AnnotationAdorner.cs
- FullTextState.cs
- ProcessModuleCollection.cs
- HtmlWindowCollection.cs
- StringInfo.cs
- ViewStateException.cs
- DataGridViewButtonColumn.cs
- HierarchicalDataTemplate.cs
- FrugalMap.cs
- DataGridViewSelectedRowCollection.cs
- ContextDataSource.cs
- Parameter.cs
- unsafenativemethodsother.cs
- CompilationUtil.cs
- ListViewUpdatedEventArgs.cs
- OverflowException.cs
- MethodInfo.cs
- LocatorPart.cs