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
- ViewStateModeByIdAttribute.cs
- SqlDeflator.cs
- ACE.cs
- CounterSampleCalculator.cs
- keycontainerpermission.cs
- MarkupWriter.cs
- DataAdapter.cs
- AggregateNode.cs
- DataGridViewCell.cs
- FilterEventArgs.cs
- LiteralControl.cs
- ExternalFile.cs
- TargetInvocationException.cs
- DataGridTablesFactory.cs
- Facet.cs
- WebControlsSection.cs
- PolyLineSegmentFigureLogic.cs
- DataGridHeaderBorder.cs
- Types.cs
- GlobalizationSection.cs
- RectValueSerializer.cs
- ReflectionUtil.cs
- QueryableFilterUserControl.cs
- AsymmetricKeyExchangeFormatter.cs
- ComponentSerializationService.cs
- WebPartConnectionsCancelEventArgs.cs
- InvalidContentTypeException.cs
- MutexSecurity.cs
- DataKey.cs
- ClockGroup.cs
- OleDbReferenceCollection.cs
- RecipientInfo.cs
- WebPartVerb.cs
- relpropertyhelper.cs
- CorrelationTokenTypeConvertor.cs
- UrlPath.cs
- SoapFault.cs
- Main.cs
- TemplateColumn.cs
- XPathDocumentBuilder.cs
- EntityViewGenerator.cs
- CompilationAssemblyInstallComponent.cs
- _ScatterGatherBuffers.cs
- MarginCollapsingState.cs
- VirtualPathData.cs
- RuleSettings.cs
- SmtpTransport.cs
- SqlProcedureAttribute.cs
- _HelperAsyncResults.cs
- StorageAssociationSetMapping.cs
- RequestResizeEvent.cs
- EasingKeyFrames.cs
- MultipleViewPattern.cs
- ControlTemplate.cs
- PanelContainerDesigner.cs
- CommonObjectSecurity.cs
- PolygonHotSpot.cs
- ObjectDataSourceView.cs
- Rotation3D.cs
- Encoding.cs
- SelectionItemProviderWrapper.cs
- EventSetter.cs
- CompleteWizardStep.cs
- DtdParser.cs
- DataGridViewCellConverter.cs
- HMACRIPEMD160.cs
- NativeMethods.cs
- FilteredDataSetHelper.cs
- CompositionAdorner.cs
- EntityViewGenerator.cs
- X509Certificate2.cs
- TableColumn.cs
- Simplifier.cs
- MetadataItemSerializer.cs
- XmlEntityReference.cs
- FileChangesMonitor.cs
- MailHeaderInfo.cs
- SqlTriggerContext.cs
- XmlQueryType.cs
- TreeViewImageGenerator.cs
- EntityDataSourceQueryBuilder.cs
- WCFModelStrings.Designer.cs
- XmlSchemaExternal.cs
- ApplicationServiceManager.cs
- ByteStack.cs
- Color.cs
- IProvider.cs
- Substitution.cs
- CategoryGridEntry.cs
- TranslateTransform3D.cs
- OdbcDataAdapter.cs
- IdentityVerifier.cs
- ClientProxyGenerator.cs
- CachedFontFace.cs
- ProfileEventArgs.cs
- DropShadowEffect.cs
- UdpChannelListener.cs
- PocoPropertyAccessorStrategy.cs
- BrowsableAttribute.cs
- StrongName.cs