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
- ComplexObject.cs
- ViewManager.cs
- ObjectSet.cs
- HtmlDocument.cs
- Emitter.cs
- MergePropertyDescriptor.cs
- DataGridViewRowConverter.cs
- WebServiceTypeData.cs
- QilExpression.cs
- ConcurrentStack.cs
- SortableBindingList.cs
- ExtendedProtectionPolicy.cs
- CodeCommentStatementCollection.cs
- DropShadowEffect.cs
- CatalogPartCollection.cs
- Grammar.cs
- DataGridViewCheckBoxColumn.cs
- XmlIlGenerator.cs
- Behavior.cs
- Brushes.cs
- ContextMenuService.cs
- RNGCryptoServiceProvider.cs
- HelpInfo.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- DescendantBaseQuery.cs
- XmlSchemas.cs
- LineInfo.cs
- X509CertificateEndpointIdentity.cs
- SafeNativeMethods.cs
- AnyAllSearchOperator.cs
- _WinHttpWebProxyDataBuilder.cs
- XmlObjectSerializerReadContext.cs
- ServiceDescriptionReflector.cs
- ReferenceConverter.cs
- MaterializeFromAtom.cs
- DataGridViewHitTestInfo.cs
- ReadWriteControlDesigner.cs
- DoubleAnimationUsingKeyFrames.cs
- AutoResizedEvent.cs
- CheckBoxStandardAdapter.cs
- ErrorStyle.cs
- ConstantSlot.cs
- ScriptingRoleServiceSection.cs
- Roles.cs
- SimpleHandlerFactory.cs
- AlternateView.cs
- EpmContentDeSerializer.cs
- CellConstant.cs
- ModifierKeysValueSerializer.cs
- GregorianCalendar.cs
- MethodBody.cs
- DrawingVisual.cs
- SocketPermission.cs
- FormViewCommandEventArgs.cs
- ReadOnlyKeyedCollection.cs
- EntityDataSourceSelectedEventArgs.cs
- securestring.cs
- MultiView.cs
- OleDbReferenceCollection.cs
- StringComparer.cs
- WebPartPersonalization.cs
- CodeIndexerExpression.cs
- GridPattern.cs
- OpenTypeLayout.cs
- TraceRecord.cs
- FlatButtonAppearance.cs
- EditorZone.cs
- Transform3DCollection.cs
- ProvideValueServiceProvider.cs
- MemberHolder.cs
- EndOfStreamException.cs
- SslStream.cs
- TextEvent.cs
- TypeLoadException.cs
- TdsParameterSetter.cs
- SecurityTokenSerializer.cs
- XmlConvert.cs
- EFColumnProvider.cs
- HybridObjectCache.cs
- IpcServerChannel.cs
- ServiceManagerHandle.cs
- MatrixConverter.cs
- InvokePattern.cs
- HttpResponseWrapper.cs
- WsdlInspector.cs
- InvokeMethod.cs
- MemoryMappedViewStream.cs
- HitTestParameters3D.cs
- XPathAncestorIterator.cs
- Margins.cs
- RedirectionProxy.cs
- RegionData.cs
- SizeIndependentAnimationStorage.cs
- DbConnectionPoolIdentity.cs
- Rect.cs
- InstanceView.cs
- ActiveDocumentEvent.cs
- SharedPerformanceCounter.cs
- sqlser.cs
- TextDecorationUnitValidation.cs