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
- securitycriticaldata.cs
- TextBoxBase.cs
- x509utils.cs
- LowerCaseStringConverter.cs
- StructuralObject.cs
- BuiltInExpr.cs
- CompilerHelpers.cs
- QilLoop.cs
- CompilationUnit.cs
- DetailsViewCommandEventArgs.cs
- ResourceDefaultValueAttribute.cs
- CommonProperties.cs
- Rect3DValueSerializer.cs
- PropertyMap.cs
- StandardBindingImporter.cs
- ContextStaticAttribute.cs
- SqlDependencyListener.cs
- InterleavedZipPartStream.cs
- ModelPerspective.cs
- Stroke.cs
- XmlSchemaAnnotation.cs
- Model3DGroup.cs
- Utils.cs
- Scheduler.cs
- XNameConverter.cs
- PrincipalPermission.cs
- EmptyQuery.cs
- DataBindingCollection.cs
- SettingsBase.cs
- Binding.cs
- PositiveTimeSpanValidatorAttribute.cs
- SchemaMerger.cs
- MsdtcClusterUtils.cs
- TextElementCollection.cs
- PngBitmapDecoder.cs
- IdentityNotMappedException.cs
- CacheAxisQuery.cs
- XmlSchemaSet.cs
- ConfigPathUtility.cs
- GeometryHitTestResult.cs
- UserControlParser.cs
- AsymmetricAlgorithm.cs
- IdentifierService.cs
- Currency.cs
- NativeMethodsCLR.cs
- IgnoreSectionHandler.cs
- QueryAccessibilityHelpEvent.cs
- IIS7UserPrincipal.cs
- NewArrayExpression.cs
- InputGestureCollection.cs
- SQLString.cs
- Group.cs
- PropertyBuilder.cs
- TransformValueSerializer.cs
- Currency.cs
- ServiceModelExtensionElement.cs
- HyperLinkDesigner.cs
- wgx_exports.cs
- MobileControl.cs
- ExcludePathInfo.cs
- UncommonField.cs
- Stroke2.cs
- FormClosingEvent.cs
- UserInitiatedRoutedEventPermission.cs
- CatchBlock.cs
- ResourceReferenceKeyNotFoundException.cs
- CaseInsensitiveHashCodeProvider.cs
- _FixedSizeReader.cs
- AttributeSetAction.cs
- DisableDpiAwarenessAttribute.cs
- DeflateInput.cs
- XmlNotation.cs
- ScrollChangedEventArgs.cs
- ProjectionPlanCompiler.cs
- Triangle.cs
- Point3DCollectionConverter.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- DataObjectPastingEventArgs.cs
- ColumnMapTranslator.cs
- cookiecollection.cs
- ADConnectionHelper.cs
- MenuItemStyleCollection.cs
- DesigntimeLicenseContextSerializer.cs
- dbenumerator.cs
- RevocationPoint.cs
- odbcmetadatacollectionnames.cs
- SqlClientWrapperSmiStream.cs
- IndexerNameAttribute.cs
- HtmlEmptyTagControlBuilder.cs
- WizardSideBarListControlItem.cs
- EncryptedXml.cs
- Deserializer.cs
- EditCommandColumn.cs
- ContentControl.cs
- EntityCodeGenerator.cs
- SettingsPropertyNotFoundException.cs
- SafeFileHandle.cs
- _RequestCacheProtocol.cs
- XsdValidatingReader.cs
- AssemblyInfo.cs