Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Documents / ContentPosition.cs / 1305600 / 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 : [....] - created. // 09/28/2004 : [....] - updated pagination model. // 08/29/2005 : [....] - 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 : [....] - created. // 09/28/2004 : [....] - updated pagination model. // 08/29/2005 : [....] - 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
- _HTTPDateParse.cs
- LinqDataSourceView.cs
- TemplateControlBuildProvider.cs
- DataColumnChangeEvent.cs
- TabItemAutomationPeer.cs
- MeasureItemEvent.cs
- TreeViewImageKeyConverter.cs
- GridViewPageEventArgs.cs
- QilParameter.cs
- ParallelTimeline.cs
- MatrixKeyFrameCollection.cs
- UTF8Encoding.cs
- AutoResizedEvent.cs
- SessionStateContainer.cs
- XmlNode.cs
- XamlFrame.cs
- ExpressionEditorAttribute.cs
- DataControlButton.cs
- SecurityState.cs
- SaveLedgerEntryRequest.cs
- PolyBezierSegment.cs
- PrintPreviewGraphics.cs
- NullReferenceException.cs
- CryptoKeySecurity.cs
- FontDialog.cs
- Label.cs
- Light.cs
- MemberPath.cs
- ExpressionBindingsDialog.cs
- CalendarDay.cs
- HostVisual.cs
- RpcResponse.cs
- QueryRewriter.cs
- CompatibleIComparer.cs
- ShutDownListener.cs
- OleAutBinder.cs
- InkPresenterAutomationPeer.cs
- PeerResolverMode.cs
- PageThemeCodeDomTreeGenerator.cs
- XmlDocumentFragment.cs
- ColorInterpolationModeValidation.cs
- HandleScope.cs
- WebHostUnsafeNativeMethods.cs
- DocumentSequenceHighlightLayer.cs
- DataServiceContext.cs
- PersistenceProviderDirectory.cs
- EncodingDataItem.cs
- StringHelper.cs
- XmlDictionaryString.cs
- XPathAncestorIterator.cs
- __Error.cs
- NTAccount.cs
- TableCellsCollectionEditor.cs
- TypeDescriptionProvider.cs
- UIElementParagraph.cs
- Model3D.cs
- SafeRightsManagementSessionHandle.cs
- WindowsMenu.cs
- CompiledXpathExpr.cs
- DBParameter.cs
- ExitEventArgs.cs
- PocoEntityKeyStrategy.cs
- DbReferenceCollection.cs
- RoleGroup.cs
- TypedTableBaseExtensions.cs
- CompilerLocalReference.cs
- SchemaImporterExtensionsSection.cs
- TagMapCollection.cs
- MetadataItem.cs
- CollectionViewProxy.cs
- HttpResponseMessageProperty.cs
- SqlDataSourceParameterParser.cs
- ResourceDescriptionAttribute.cs
- UdpDiscoveryEndpointElement.cs
- EmulateRecognizeCompletedEventArgs.cs
- Operators.cs
- HostedElements.cs
- ValuePatternIdentifiers.cs
- Propagator.cs
- ListViewCommandEventArgs.cs
- CustomTypeDescriptor.cs
- ContentDefinition.cs
- DataListItem.cs
- TextTreePropertyUndoUnit.cs
- PublisherMembershipCondition.cs
- InteropAutomationProvider.cs
- SamlAttributeStatement.cs
- KeyValuePair.cs
- Policy.cs
- SequenceFullException.cs
- DrawingVisualDrawingContext.cs
- ToolStripControlHost.cs
- ModelItemDictionary.cs
- LightweightEntityWrapper.cs
- CharUnicodeInfo.cs
- EpmCustomContentWriterNodeData.cs
- CheckedListBox.cs
- NestedContainer.cs
- HttpModuleAction.cs
- ArgumentOutOfRangeException.cs