Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SqlServices.cs
- Header.cs
- FormViewRow.cs
- TailCallAnalyzer.cs
- ToolStripManager.cs
- AnnotationHelper.cs
- PerformanceCounterCategory.cs
- TextChangedEventArgs.cs
- CodeTypeDelegate.cs
- StreamUpdate.cs
- SqlCacheDependencyDatabase.cs
- StandardCommands.cs
- OLEDB_Enum.cs
- Baml2006SchemaContext.cs
- UnsafeNativeMethodsPenimc.cs
- WindowsSysHeader.cs
- ConnectionManagementElementCollection.cs
- FormViewDesigner.cs
- TextPointerBase.cs
- BooleanFacetDescriptionElement.cs
- RoleGroup.cs
- XmlSchemaExporter.cs
- ZipPackage.cs
- ActivityCompletionCallbackWrapper.cs
- Decoder.cs
- BitSet.cs
- LinkClickEvent.cs
- SrgsNameValueTag.cs
- IconConverter.cs
- ActivationServices.cs
- log.cs
- BindingEditor.xaml.cs
- UIElement.cs
- MouseDevice.cs
- FirewallWrapper.cs
- HttpCapabilitiesBase.cs
- TranslateTransform3D.cs
- PropertyPathConverter.cs
- RuleInfoComparer.cs
- BufferedWebEventProvider.cs
- ItemChangedEventArgs.cs
- InternalConfigRoot.cs
- JoinElimination.cs
- ServerReliableChannelBinder.cs
- FillRuleValidation.cs
- InstalledFontCollection.cs
- WrapPanel.cs
- EarlyBoundInfo.cs
- CodeEventReferenceExpression.cs
- Frame.cs
- ColumnHeader.cs
- ButtonBase.cs
- ToolStripItemRenderEventArgs.cs
- AutomationAttributeInfo.cs
- SamlAuthorizationDecisionStatement.cs
- XmlElementList.cs
- ManipulationStartedEventArgs.cs
- RemoteWebConfigurationHostStream.cs
- WebBrowserBase.cs
- ToolboxItem.cs
- Brushes.cs
- AutomationPatternInfo.cs
- BasicKeyConstraint.cs
- SqlNodeAnnotations.cs
- RankException.cs
- SocketAddress.cs
- ResolvedKeyFrameEntry.cs
- ItemsControl.cs
- LiteralSubsegment.cs
- querybuilder.cs
- Point3DIndependentAnimationStorage.cs
- IdentityNotMappedException.cs
- AlphaSortedEnumConverter.cs
- TrackingServices.cs
- Encoder.cs
- CompiledRegexRunnerFactory.cs
- XpsSerializationManagerAsync.cs
- ExternalCalls.cs
- OdbcEnvironment.cs
- HtmlTernaryTree.cs
- StringInfo.cs
- MouseGestureValueSerializer.cs
- NullableBoolConverter.cs
- Geometry3D.cs
- Property.cs
- _AutoWebProxyScriptEngine.cs
- ImpersonationContext.cs
- CodeFieldReferenceExpression.cs
- DataProtection.cs
- NGCUIElementCollectionSerializerAsync.cs
- DispatchChannelSink.cs
- OrderedDictionaryStateHelper.cs
- HostAdapter.cs
- UriSection.cs
- CheckedPointers.cs
- SafeFindHandle.cs
- MenuItem.cs
- LinkButton.cs
- PageThemeCodeDomTreeGenerator.cs
- UpdatePanel.cs