Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / MS / Internal / documents / FixedDocumentPaginator.cs / 1 / FixedDocumentPaginator.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: FixedDocumentPaginator.cs // // Description: This is the abstract base class for all paginating layouts. // It provides default implementations for the asynchronous // versions of GetPage and ComputePageCount. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- using System; // IServiceProvider using System.ComponentModel; // AsyncCompletedEventArgs using System.Windows; // Size using System.Windows.Documents; // DocumentPaginator using System.Windows.Media; // Visual namespace MS.Internal.Documents { ////// This is the abstract base class for all paginating layouts. It /// provides default implementations for the asynchronous versions of /// GetPage and ComputePageCount. /// internal class FixedDocumentPaginator : DynamicDocumentPaginator, IServiceProvider { //------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors ////// Constructor /// internal FixedDocumentPaginator(FixedDocument document) { _document = document; } #endregion Constructors //-------------------------------------------------------------------- // // Public Methods // //------------------------------------------------------------------- #region Public Methods ////// public override DocumentPage GetPage(int pageNumber) { return _document.GetPage(pageNumber); } ////// /// public override void GetPageAsync(int pageNumber, object userState) { _document.GetPageAsync(pageNumber, userState); } ////// /// public override void CancelAsync(object userState) { _document.CancelAsync(userState); } ////// /// public override int GetPageNumber(ContentPosition contentPosition) { return _document.GetPageNumber(contentPosition); } ////// /// public override ContentPosition GetPagePosition(DocumentPage page) { return _document.GetPagePosition(page); } ////// /// public override ContentPosition GetObjectPosition(Object o) { return _document.GetObjectPosition(o); } #endregion Public Methods //-------------------------------------------------------------------- // // Public Properties // //-------------------------------------------------------------------- #region Public Properties ////// /// public override bool IsPageCountValid { get { return _document.IsPageCountValid; } } ////// /// public override int PageCount { get { return _document.PageCount; } } ////// /// public override Size PageSize { get { return _document.PageSize; } set { _document.PageSize = value; } } ////// /// public override IDocumentPaginatorSource Source { get { return _document; } } #endregion Public Properties //------------------------------------------------------------------- // // Internal Methods // //-------------------------------------------------------------------- #region Internal Methods internal void NotifyGetPageCompleted(GetPageCompletedEventArgs e) { OnGetPageCompleted(e); } internal void NotifyPaginationCompleted(EventArgs e) { OnPaginationCompleted(e); } internal void NotifyPaginationProgress(PaginationProgressEventArgs e) { OnPaginationProgress(e); } internal void NotifyPagesChanged(PagesChangedEventArgs e) { OnPagesChanged(e); } #endregion Internal Methods //------------------------------------------------------------------- // // Private Fields // //------------------------------------------------------------------- #region Private Fields private readonly FixedDocument _document; #endregion Private Fields //------------------------------------------------------------------- // // IServiceProvider Members // //-------------------------------------------------------------------- #region IServiceProvider Members ////// /// Returns service objects associated with this control. /// /// Specifies the type of service object to get. object IServiceProvider.GetService(Type serviceType) { return ((IServiceProvider)_document).GetService(serviceType); } #endregion IServiceProvider Members } } // 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: FixedDocumentPaginator.cs // // Description: This is the abstract base class for all paginating layouts. // It provides default implementations for the asynchronous // versions of GetPage and ComputePageCount. // // History: // 08/29/2005 : grzegorz - created. // //--------------------------------------------------------------------------- using System; // IServiceProvider using System.ComponentModel; // AsyncCompletedEventArgs using System.Windows; // Size using System.Windows.Documents; // DocumentPaginator using System.Windows.Media; // Visual namespace MS.Internal.Documents { ////// This is the abstract base class for all paginating layouts. It /// provides default implementations for the asynchronous versions of /// GetPage and ComputePageCount. /// internal class FixedDocumentPaginator : DynamicDocumentPaginator, IServiceProvider { //------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors ////// Constructor /// internal FixedDocumentPaginator(FixedDocument document) { _document = document; } #endregion Constructors //-------------------------------------------------------------------- // // Public Methods // //------------------------------------------------------------------- #region Public Methods ////// public override DocumentPage GetPage(int pageNumber) { return _document.GetPage(pageNumber); } ////// /// public override void GetPageAsync(int pageNumber, object userState) { _document.GetPageAsync(pageNumber, userState); } ////// /// public override void CancelAsync(object userState) { _document.CancelAsync(userState); } ////// /// public override int GetPageNumber(ContentPosition contentPosition) { return _document.GetPageNumber(contentPosition); } ////// /// public override ContentPosition GetPagePosition(DocumentPage page) { return _document.GetPagePosition(page); } ////// /// public override ContentPosition GetObjectPosition(Object o) { return _document.GetObjectPosition(o); } #endregion Public Methods //-------------------------------------------------------------------- // // Public Properties // //-------------------------------------------------------------------- #region Public Properties ////// /// public override bool IsPageCountValid { get { return _document.IsPageCountValid; } } ////// /// public override int PageCount { get { return _document.PageCount; } } ////// /// public override Size PageSize { get { return _document.PageSize; } set { _document.PageSize = value; } } ////// /// public override IDocumentPaginatorSource Source { get { return _document; } } #endregion Public Properties //------------------------------------------------------------------- // // Internal Methods // //-------------------------------------------------------------------- #region Internal Methods internal void NotifyGetPageCompleted(GetPageCompletedEventArgs e) { OnGetPageCompleted(e); } internal void NotifyPaginationCompleted(EventArgs e) { OnPaginationCompleted(e); } internal void NotifyPaginationProgress(PaginationProgressEventArgs e) { OnPaginationProgress(e); } internal void NotifyPagesChanged(PagesChangedEventArgs e) { OnPagesChanged(e); } #endregion Internal Methods //------------------------------------------------------------------- // // Private Fields // //------------------------------------------------------------------- #region Private Fields private readonly FixedDocument _document; #endregion Private Fields //------------------------------------------------------------------- // // IServiceProvider Members // //-------------------------------------------------------------------- #region IServiceProvider Members ////// /// Returns service objects associated with this control. /// /// Specifies the type of service object to get. object IServiceProvider.GetService(Type serviceType) { return ((IServiceProvider)_document).GetService(serviceType); } #endregion IServiceProvider Members } } // 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
- SudsCommon.cs
- LongTypeConverter.cs
- COM2TypeInfoProcessor.cs
- MethodExpression.cs
- FixedNode.cs
- SafeNativeMethods.cs
- MemoryRecordBuffer.cs
- NativeConfigurationLoader.cs
- ExpandCollapsePattern.cs
- DataGridViewSelectedColumnCollection.cs
- MailDefinitionBodyFileNameEditor.cs
- EntityDataSource.cs
- DataGridViewTopLeftHeaderCell.cs
- KerberosSecurityTokenAuthenticator.cs
- DeferrableContent.cs
- PTProvider.cs
- SystemBrushes.cs
- XmlReturnReader.cs
- PageWrapper.cs
- GridViewRowCollection.cs
- safesecurityhelperavalon.cs
- NavigationEventArgs.cs
- SimpleHandlerBuildProvider.cs
- ValidatorCollection.cs
- Parser.cs
- UserControl.cs
- AccessibilityHelperForVista.cs
- Triangle.cs
- DefaultValueTypeConverter.cs
- SynchronousReceiveBehavior.cs
- UserControlDesigner.cs
- AnnotationMap.cs
- RequiredFieldValidator.cs
- ValidatedControlConverter.cs
- Filter.cs
- ExtenderControl.cs
- PlacementWorkspace.cs
- TypeResolvingOptionsAttribute.cs
- DataBoundControl.cs
- HtmlLink.cs
- ObjectHandle.cs
- BamlRecordHelper.cs
- SessionPageStateSection.cs
- AttachedAnnotation.cs
- XDeferredAxisSource.cs
- DeclarativeCatalogPartDesigner.cs
- XmlSchemaElement.cs
- Block.cs
- DataSpaceManager.cs
- ScriptResourceInfo.cs
- SortQueryOperator.cs
- ExtentKey.cs
- SoapTypeAttribute.cs
- DrawingAttributeSerializer.cs
- Vector3DAnimationUsingKeyFrames.cs
- NamedPermissionSet.cs
- BitmapSizeOptions.cs
- WindowsContainer.cs
- DecodeHelper.cs
- MaskInputRejectedEventArgs.cs
- ExpressionEditorAttribute.cs
- TabletDevice.cs
- ConfigurationManagerHelperFactory.cs
- SqlUtils.cs
- DependencyPropertyChangedEventArgs.cs
- SoapHeaderException.cs
- RoleService.cs
- WindowsFont.cs
- StaticTextPointer.cs
- DayRenderEvent.cs
- MulticastDelegate.cs
- ArrowControl.xaml.cs
- _TimerThread.cs
- TextRange.cs
- AssemblyCollection.cs
- IconConverter.cs
- SerTrace.cs
- Selection.cs
- ButtonChrome.cs
- ExcCanonicalXml.cs
- ShadowGlyph.cs
- HttpException.cs
- PropertyDescriptorComparer.cs
- CacheForPrimitiveTypes.cs
- HMACSHA384.cs
- ParameterBuilder.cs
- StagingAreaInputItem.cs
- AnimationClock.cs
- PtsHost.cs
- MessageQueueException.cs
- ImagingCache.cs
- BasicCellRelation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- CheckBoxBaseAdapter.cs
- AuthenticationService.cs
- ApplicationFileCodeDomTreeGenerator.cs
- VsPropertyGrid.cs
- _CommandStream.cs
- HttpCachePolicyBase.cs
- DecoderFallback.cs