Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- XmlAnyElementAttributes.cs
- listitem.cs
- WorkflowStateRollbackService.cs
- Matrix3DStack.cs
- FixedSOMPage.cs
- VersionConverter.cs
- PageVisual.cs
- CompiledAction.cs
- WebServiceClientProxyGenerator.cs
- InlineUIContainer.cs
- WsiProfilesElementCollection.cs
- GlyphManager.cs
- StorageTypeMapping.cs
- XmlException.cs
- FormsAuthenticationModule.cs
- JumpList.cs
- RowUpdatingEventArgs.cs
- SqlDataSourceQuery.cs
- SubpageParagraph.cs
- EncryptedPackage.cs
- OracleInfoMessageEventArgs.cs
- BoundsDrawingContextWalker.cs
- EventlogProvider.cs
- UserValidatedEventArgs.cs
- WindowsFont.cs
- PeerInvitationResponse.cs
- QilBinary.cs
- TreeNodeMouseHoverEvent.cs
- ChildTable.cs
- TypeBuilderInstantiation.cs
- JoinTreeNode.cs
- ComponentSerializationService.cs
- ToolStripItemTextRenderEventArgs.cs
- NativeCompoundFileAPIs.cs
- OLEDB_Util.cs
- ScriptingWebServicesSectionGroup.cs
- CaseCqlBlock.cs
- Assert.cs
- RtfToXamlLexer.cs
- SendingRequestEventArgs.cs
- XmlEncoding.cs
- ProgressBarHighlightConverter.cs
- MultiViewDesigner.cs
- ObjectDataSourceChooseMethodsPanel.cs
- TimelineGroup.cs
- WebPartEditorApplyVerb.cs
- InstallerTypeAttribute.cs
- BuildResultCache.cs
- StringReader.cs
- CollectionEditor.cs
- QuotedPrintableStream.cs
- RoleBoolean.cs
- Decimal.cs
- EncoderFallback.cs
- SocketStream.cs
- RegisteredHiddenField.cs
- DataGridColumnCollection.cs
- FigureParagraph.cs
- PriorityQueue.cs
- UIElementParaClient.cs
- ComNativeDescriptor.cs
- ChoiceConverter.cs
- CheckBoxList.cs
- SqlStream.cs
- InputReport.cs
- AddInDeploymentState.cs
- TimersDescriptionAttribute.cs
- FamilyCollection.cs
- TileBrush.cs
- PrimitiveDataContract.cs
- PrefixQName.cs
- ResolveCompletedEventArgs.cs
- TemplateBamlRecordReader.cs
- SourceFileBuildProvider.cs
- Types.cs
- XmlUtil.cs
- GlobalizationAssembly.cs
- BooleanFunctions.cs
- WSSecurityPolicy12.cs
- SpecialFolderEnumConverter.cs
- FacetDescription.cs
- TreeNodeStyle.cs
- UrlMappingsModule.cs
- ArglessEventHandlerProxy.cs
- MetadataArtifactLoaderCompositeFile.cs
- JsonWriterDelegator.cs
- HitTestDrawingContextWalker.cs
- WorkflowExecutor.cs
- EmptyEnumerator.cs
- OdbcCommand.cs
- CustomBindingElementCollection.cs
- If.cs
- ViewManager.cs
- autovalidator.cs
- VisualStateChangedEventArgs.cs
- ConnectionsZone.cs
- ClientUtils.cs
- PriorityQueue.cs
- SocketCache.cs
- HtmlCalendarAdapter.cs