Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ContentTextAutomationPeer.cs
- DefinitionBase.cs
- LayoutSettings.cs
- ContextProperty.cs
- InheritanceAttribute.cs
- CharUnicodeInfo.cs
- InheritanceAttribute.cs
- PolyLineSegment.cs
- SqlBuilder.cs
- ACE.cs
- DodSequenceMerge.cs
- ClientApiGenerator.cs
- documentation.cs
- PropertyTabAttribute.cs
- XmlStreamStore.cs
- LockedActivityGlyph.cs
- FileDataSourceCache.cs
- ToolStripItemCollection.cs
- WindowsToolbarItemAsMenuItem.cs
- CodeRemoveEventStatement.cs
- UdpRetransmissionSettings.cs
- SqlTypesSchemaImporter.cs
- OdbcStatementHandle.cs
- ExpressionVisitor.cs
- DatagridviewDisplayedBandsData.cs
- OutputCacheSection.cs
- StatementContext.cs
- NamedPermissionSet.cs
- Config.cs
- AppDomainAttributes.cs
- TypeDescriptionProviderAttribute.cs
- Pen.cs
- ELinqQueryState.cs
- SecurityTokenTypes.cs
- VectorValueSerializer.cs
- ImageField.cs
- FamilyTypefaceCollection.cs
- BufferedReadStream.cs
- ThrowOnMultipleAssignment.cs
- MobileCategoryAttribute.cs
- ChangeInterceptorAttribute.cs
- XmlSchemaRedefine.cs
- DataPagerFieldCollection.cs
- Touch.cs
- RuntimeHandles.cs
- WbemException.cs
- ErrorProvider.cs
- KeyEvent.cs
- LifetimeMonitor.cs
- LineGeometry.cs
- CqlGenerator.cs
- TypeValidationEventArgs.cs
- TraceHandlerErrorFormatter.cs
- DiffuseMaterial.cs
- Geometry3D.cs
- AdjustableArrowCap.cs
- ListViewEditEventArgs.cs
- SHA1CryptoServiceProvider.cs
- SemanticResolver.cs
- SourceFileBuildProvider.cs
- XmlQuerySequence.cs
- FormatterConverter.cs
- SerialPort.cs
- WindowProviderWrapper.cs
- PackageFilter.cs
- LabelExpression.cs
- SafeCryptHandles.cs
- CompatibleComparer.cs
- Point3D.cs
- RowCache.cs
- GenericTypeParameterBuilder.cs
- Facet.cs
- ColumnTypeConverter.cs
- Cell.cs
- AnnotationResource.cs
- EventLogInformation.cs
- PreProcessor.cs
- AuthenticatedStream.cs
- CaseStatement.cs
- SqlInternalConnectionSmi.cs
- PrePrepareMethodAttribute.cs
- InputLanguageEventArgs.cs
- GlobalizationAssembly.cs
- DesignerMetadata.cs
- ReturnValue.cs
- BaseTemplateParser.cs
- FileDetails.cs
- TextLineResult.cs
- TreeNode.cs
- ExecutionContext.cs
- BamlLocalizer.cs
- BooleanExpr.cs
- UserPersonalizationStateInfo.cs
- EventPropertyMap.cs
- AudioFormatConverter.cs
- SystemBrushes.cs
- CuspData.cs
- ImageClickEventArgs.cs
- GetPageCompletedEventArgs.cs
- Focus.cs