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
- MediaElement.cs
- TreeBuilderXamlTranslator.cs
- SoapObjectReader.cs
- PropertyMapper.cs
- RangeValuePatternIdentifiers.cs
- InputLanguageManager.cs
- CaseKeyBox.ViewModel.cs
- RawMouseInputReport.cs
- WebScriptClientGenerator.cs
- BindingSource.cs
- AutomationFocusChangedEventArgs.cs
- ParserHooks.cs
- RefExpr.cs
- WindowsFormsHelpers.cs
- RestHandler.cs
- WizardDesigner.cs
- XmlDataImplementation.cs
- TimelineGroup.cs
- RuntimeHelpers.cs
- HttpHandler.cs
- TranslateTransform3D.cs
- HtmlInputFile.cs
- InfoCardServiceInstallComponent.cs
- IODescriptionAttribute.cs
- ChannelFactory.cs
- ThreadLocal.cs
- FixedTextPointer.cs
- PathFigure.cs
- EntityDataSourceMemberPath.cs
- DataGridSortCommandEventArgs.cs
- TabRenderer.cs
- OnOperation.cs
- EdmTypeAttribute.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ConnectionsZoneAutoFormat.cs
- RegexWorker.cs
- FloatSumAggregationOperator.cs
- LexicalChunk.cs
- TraceRecord.cs
- MenuEventArgs.cs
- PerformanceCounterLib.cs
- ISO2022Encoding.cs
- backend.cs
- UrlMappingCollection.cs
- FormViewPageEventArgs.cs
- ValidationRule.cs
- EmptyStringExpandableObjectConverter.cs
- RtfNavigator.cs
- SystemColors.cs
- Debug.cs
- XmlSchemaDatatype.cs
- GenericArgumentsUpdater.cs
- CapabilitiesSection.cs
- SqlGenerator.cs
- DataGridCheckBoxColumn.cs
- Pair.cs
- ZipArchive.cs
- SQLSingleStorage.cs
- WebServiceMethodData.cs
- ProxyHwnd.cs
- ContentPosition.cs
- SortQuery.cs
- ReliableSessionBindingElementImporter.cs
- Transform3DGroup.cs
- SqlCacheDependencyDatabase.cs
- SBCSCodePageEncoding.cs
- CircleHotSpot.cs
- SatelliteContractVersionAttribute.cs
- OdbcEnvironmentHandle.cs
- PropertyDescriptorComparer.cs
- ConfigurationSection.cs
- NamedPermissionSet.cs
- ReversePositionQuery.cs
- Encoder.cs
- OracleEncoding.cs
- AnnotationAdorner.cs
- ErrorHandler.cs
- IPAddress.cs
- SplineKeyFrames.cs
- ProcessRequestArgs.cs
- XamlWriter.cs
- KoreanLunisolarCalendar.cs
- NamespaceInfo.cs
- Int64.cs
- DockProviderWrapper.cs
- LifetimeServices.cs
- CreateParams.cs
- ActivitiesCollection.cs
- Knowncolors.cs
- AnnotationObservableCollection.cs
- CodeAttachEventStatement.cs
- BitStream.cs
- InsufficientMemoryException.cs
- FamilyCollection.cs
- TraceUtility.cs
- XmlSchemaSimpleTypeList.cs
- FreezableOperations.cs
- AccessDataSource.cs
- EventSourceCreationData.cs
- ActivityCollectionMarkupSerializer.cs