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
- XslAstAnalyzer.cs
- Merger.cs
- ErasingStroke.cs
- KeyConstraint.cs
- PrintDialogException.cs
- Util.cs
- CrossAppDomainChannel.cs
- CodeTypeDeclaration.cs
- AssociationSetEnd.cs
- ProcessingInstructionAction.cs
- SHA1Managed.cs
- SQLInt64Storage.cs
- FormConverter.cs
- WebEncodingValidator.cs
- DetailsViewPageEventArgs.cs
- ThaiBuddhistCalendar.cs
- StorageMappingItemLoader.cs
- HttpHandlerActionCollection.cs
- DbProviderFactoriesConfigurationHandler.cs
- GenerateTemporaryTargetAssembly.cs
- CultureMapper.cs
- XmlSchema.cs
- UnsignedPublishLicense.cs
- ResolveNameEventArgs.cs
- GCHandleCookieTable.cs
- TextBoxAutomationPeer.cs
- XmlQueryRuntime.cs
- HttpCookie.cs
- BamlLocalizableResource.cs
- DependencyObjectPropertyDescriptor.cs
- DescendantBaseQuery.cs
- GetCardDetailsRequest.cs
- RtfToken.cs
- DecoderFallback.cs
- AppDomain.cs
- CardSpaceException.cs
- Cursors.cs
- DateTimeStorage.cs
- BinaryObjectReader.cs
- HealthMonitoringSectionHelper.cs
- ComponentEditorForm.cs
- MouseDevice.cs
- StringValidatorAttribute.cs
- QueryCacheManager.cs
- Listen.cs
- TableCellAutomationPeer.cs
- HttpWebResponse.cs
- FontCacheUtil.cs
- PolyQuadraticBezierSegment.cs
- DeferredElementTreeState.cs
- CodeAttachEventStatement.cs
- DescendentsWalkerBase.cs
- MailAddress.cs
- Point4DConverter.cs
- DeclarativeCatalogPart.cs
- ThemeDictionaryExtension.cs
- ContextMenu.cs
- AsmxEndpointPickerExtension.cs
- OleDbError.cs
- TableRowGroupCollection.cs
- ConnectionPointCookie.cs
- SqlDependencyUtils.cs
- SimpleRecyclingCache.cs
- MatrixAnimationUsingPath.cs
- EnumerableRowCollection.cs
- Directory.cs
- DefaultPropertyAttribute.cs
- TimeSpanConverter.cs
- DataConnectionHelper.cs
- Debug.cs
- ColorMap.cs
- Token.cs
- XsdDataContractImporter.cs
- Stacktrace.cs
- X509CertificateValidator.cs
- RectangleGeometry.cs
- TextProperties.cs
- PixelShader.cs
- StylusPointDescription.cs
- DiscreteKeyFrames.cs
- OdbcParameter.cs
- ImageListStreamer.cs
- ConfigXmlElement.cs
- Rules.cs
- DiscoveryInnerClientAdhoc11.cs
- ObservableDictionary.cs
- OracleColumn.cs
- EntityPropertyMappingAttribute.cs
- StrongNameIdentityPermission.cs
- SystemIdentity.cs
- JournalEntry.cs
- VarRemapper.cs
- EncoderBestFitFallback.cs
- AppDomainUnloadedException.cs
- AQNBuilder.cs
- GiveFeedbackEventArgs.cs
- NoneExcludedImageIndexConverter.cs
- XmlSchemaGroupRef.cs
- GetPageNumberCompletedEventArgs.cs
- SmtpClient.cs