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
- httpserverutility.cs
- DynamicMetaObject.cs
- PenContext.cs
- ProbeMatchesMessageCD1.cs
- RemotingSurrogateSelector.cs
- ParagraphResult.cs
- RtfControlWordInfo.cs
- SQLResource.cs
- RegexInterpreter.cs
- RtfToXamlReader.cs
- TickBar.cs
- SrgsItemList.cs
- ShaderEffect.cs
- HtmlMobileTextWriter.cs
- Quaternion.cs
- Hyperlink.cs
- SafeCryptoKeyHandle.cs
- X509ThumbprintKeyIdentifierClause.cs
- PolyBezierSegment.cs
- GeneralTransform3DGroup.cs
- InputProviderSite.cs
- BooleanSwitch.cs
- OperatingSystemVersionCheck.cs
- Point4DValueSerializer.cs
- SqlOuterApplyReducer.cs
- UnlockInstanceCommand.cs
- MatrixCamera.cs
- SiblingIterators.cs
- SapiAttributeParser.cs
- DurableErrorHandler.cs
- MenuItemStyleCollection.cs
- DocobjHost.cs
- DllNotFoundException.cs
- ExtendedProperty.cs
- RegisteredArrayDeclaration.cs
- EncoderBestFitFallback.cs
- XmlDataSourceView.cs
- AdapterDictionary.cs
- IntSecurity.cs
- DefaultProxySection.cs
- IRCollection.cs
- NamedPipeConnectionPool.cs
- VarRemapper.cs
- NullRuntimeConfig.cs
- Calendar.cs
- ToolBarOverflowPanel.cs
- RegionInfo.cs
- SystemBrushes.cs
- MaskedTextProvider.cs
- OperationResponse.cs
- Internal.cs
- AssemblyInfo.cs
- EntityDataSourceDataSelection.cs
- StylusPlugInCollection.cs
- FontFamilyValueSerializer.cs
- BindingExpression.cs
- GradientStop.cs
- MimeImporter.cs
- GradientSpreadMethodValidation.cs
- HMACSHA512.cs
- DataServiceException.cs
- ListContractAdapter.cs
- Point4DValueSerializer.cs
- _OverlappedAsyncResult.cs
- XNodeSchemaApplier.cs
- LabelLiteral.cs
- RuntimeResourceSet.cs
- DataRowChangeEvent.cs
- CodeNamespace.cs
- OLEDB_Enum.cs
- HttpRawResponse.cs
- BamlReader.cs
- DebugController.cs
- StrokeCollectionDefaultValueFactory.cs
- DataGridViewColumnCollection.cs
- Accessors.cs
- DocumentSequence.cs
- BitmapFrameEncode.cs
- XmlSubtreeReader.cs
- FigureParagraph.cs
- TableParagraph.cs
- EventLogStatus.cs
- EmptyStringExpandableObjectConverter.cs
- ExtensionSurface.cs
- HttpAsyncResult.cs
- NameValuePermission.cs
- Point4D.cs
- IpcManager.cs
- Ref.cs
- HostingEnvironmentSection.cs
- DocumentReferenceCollection.cs
- ProjectedSlot.cs
- FunctionDetailsReader.cs
- EFTableProvider.cs
- MultipartIdentifier.cs
- SimpleRecyclingCache.cs
- WebControlParameterProxy.cs
- HttpListenerRequest.cs
- SqlTransaction.cs
- BinaryFormatter.cs