2 instantiations of FixedPage
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4627DefaultConstructor = delegate () { return new System.Windows.Documents.FixedPage(); },
System\Windows\Markup\KnownTypes.cs (1)
1262case KnownElements.FixedPage: o = new System.Windows.Documents.FixedPage(); break;
235 references to FixedPage
PresentationFramework (148)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
258FixedPage page = startNode as FixedPage; 395private DocumentPage GetDocumentPage(FixedPage page)
MS\Internal\Documents\DocumentGrid.cs (1)
1769(data.Visual is FixedPage &&
System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (1)
13public FixedPageAutomationPeer(FixedPage owner): base(owner)
System\Windows\Documents\DocumentSequence.cs (3)
152UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 688FixedPage page = docPage.Visual as FixedPage;
System\Windows\Documents\FixedDocument.cs (32)
197UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 224FixedPage fixedPage; 331FixedPage page = SyncGetPage(pageNumber, false/*forceReload*/); 452FixedPage fixedPage = null; 459fixedPage = el as FixedPage; 617internal int GetIndexOfPage(FixedPage p) 638internal FixedPage SyncGetPageWithCheck(int index) 651internal FixedPage SyncGetPage(int index, bool forceReload) 657FixedPage fp; 661fp = (FixedPage)pc[index].GetPageRoot(forceReload); 698internal void EnsurePageSize(FixedPage fp) 729FixedPage p = null; 757internal Size ComputePageSize(FixedPage fp) 791internal Dictionary<FixedPage, ArrayList> Highlights 828_highlights = new Dictionary<FixedPage, ArrayList>(); 853FixedPage page = docPage.Visual as FixedPage; 890internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 1014internal FixedPage GetFixedPage(int pageNumber) 1016FixedPage fp = null; 1058List<FixedPage> oldHighlightPages = new List<FixedPage>(); 1059foreach (FixedPage page in _highlights.Keys) 1153ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>; 1156foreach (FixedPage page in oldHighlightPages) 1233FixedPage c = (FixedPage)args.Result; 1291private Dictionary<FixedPage, ArrayList> _highlights; 1350internal FixedDocumentPage(FixedDocument panel, FixedPage page, Size fixedSize, int index) : 1438internal FixedPage FixedPage 1496private readonly FixedPage _page;
System\Windows\Documents\FixedDSBuilder.cs (2)
38public FixedDSBuilder(FixedPage fp, StoryFragments sf) 251private FixedPage _fixedPage;
System\Windows\Documents\FixedElement.cs (1)
315FixedPage page = doc.SyncGetPage(pageno, false);
System\Windows\Documents\FixedHyperlink.cs (3)
26UIElement FindElementByID(string elementID, out FixedPage rootFixedPage); 90FixedPage rootFixedPage = null; 97if (targetElement is FixedPage)
System\Windows\Documents\FixedPage.cs (18)
55FlowDirectionProperty.OverrideMetadata(typeof(FixedPage), metadata); 407typeof(FixedPage), 433typeof(FixedPage), 450typeof(FixedPage), 467typeof(FixedPage), 484typeof(FixedPage), 502typeof(FixedPage), 521typeof(FixedPage), 540typeof(FixedPage), 550typeof(FixedPage), 828UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 1013if (parent is FixedPage parentFP) 1065FixedPage fixedPage = current as FixedPage; 1069fixedPage = obj as FixedPage; 1153internal DebugVisualAdorner(FixedPage page) : base(page) 1206internal static DebugVisualAdorner GetDebugVisual(FixedPage page) 1283private FixedPage _fixedPage;
System\Windows\Documents\FixedPageStructure.cs (3)
257FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 453FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 652FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex);
System\Windows\Documents\FixedSOMElement.cs (1)
69public static FixedSOMElement CreateFixedSOMElement(FixedPage page, UIElement uiElement, FixedNode fixedNode, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMImage.cs (2)
47public static FixedSOMImage Create(FixedPage page, Image image, FixedNode fixedNode) 66public static FixedSOMImage Create(FixedPage page, Path path, FixedNode fixedNode)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
220public FixedSOMPageConstructor(FixedPage fixedPage, int pageIndex) 1177private FixedPage _fixedPage;
System\Windows\Documents\FixedTextBuilder.cs (13)
188FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 238FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 249internal FixedPage GetFixedPage(FixedNode node) 258FixedPage page = GetFixedPage(node); 883private void _CreateFixedMappingAndElementForPage(FixedPageStructure pageStructure, FixedPage page, bool constructSOM) 1270public Uri GetUri(FixedSOMElement element, FixedPage p, out UIElement shadowElement) 1280Uri relUri = FixedPage.GetNavigateUri(e); 1315return FixedPage.GetLinkUri(p, relUri); 1365public FlowModelBuilder(FixedTextBuilder builder, FixedPageStructure pageStructure, FixedPage page) 1396Debug.Assert(elem is FixedPage || elem is Canvas); 1413Uri navUri = FixedPage.GetNavigateUri(child); 1463FixedPage page = _builder.GetFixedPage(element.FixedNode); 1796private FixedPage _fixedPage;
System\Windows\Documents\FixedTextContainer.cs (2)
390internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t, 414FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);
System\Windows\Documents\FixedTextView.cs (4)
237Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>(); 887FixedPage page = Container.FixedDocument.SyncGetPage(pageIndex, false); 1234private FixedPage FixedPage
System\Windows\Documents\HighlightVisual.cs (3)
32internal HighlightVisual(FixedDocument panel, FixedPage page) : base(page) 134internal static HighlightVisual GetHighlightVisual(FixedPage page) 358private FixedPage _page;
System\Windows\Documents\Hyperlink.cs (3)
584targetUri = FixedPage.GetLinkUri(sourceElement, targetUri); 639return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty; 892if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\PageContent.cs (28)
69public FixedPage GetPageRoot(bool forceReload) 81FixedPage p = null; 114FixedPage p = null; 174FixedPage fp = value as FixedPage; 177throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(FixedPage)), "value"); 263public FixedPage Child 344internal bool IsOwnerOf(FixedPage pageVisual) 356FixedPage c = (FixedPage)_pageRef.Target; 392internal FixedPage PageStream 426FixedPage[] children; 427FixedPage child = _child; 439children = Array.Empty<FixedPage>(); 443children = new FixedPage[] { child }; 475private void _NotifyPageCompleted(FixedPage result, Exception error, bool cancelled, object userToken) 512private FixedPage _LoadPage() 516FixedPage p = null; 562private FixedPage _GetLoadedPage() 564FixedPage p = null; 567p = (FixedPage)_pageRef.Target; 583internal static void _LoadPageImpl(Uri baseUri, Uri uriToLoad, out FixedPage fixedPage, out Stream pageStream) 612if (o != null && !(o is FixedPage)) 617fixedPage = (FixedPage)o; 630private FixedPage _child; // directly hosted page stream 643internal GetPageRootCompletedEventArgs(FixedPage page, Exception error, bool cancelled, object userToken) 652public FixedPage Result 661private FixedPage _page;
System\Windows\Documents\PageContentAsyncResult.cs (4)
41internal PageContentAsyncResult(AsyncCallback callback, object state, Dispatcher dispatcher, Uri baseUri, Uri source, FixedPage child) 220internal FixedPage Result 259private FixedPage _child; 261private FixedPage _result;
System\Windows\Documents\RubberbandSelector.cs (4)
33FixedPage p = _page; 141private void UpdateHighlightVisual(FixedPage page) 589internal FixedPage Page 607private FixedPage _page; // page on which we are selecting, or null
System\Windows\Documents\Serialization\SerializerWriter.cs (6)
87public abstract void Write(FixedPage fixedPage); 92public abstract void Write(FixedPage fixedPage, PrintTicket printTicket); 97public abstract void WriteAsync(FixedPage fixedPage); 102public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket); 107public abstract void WriteAsync(FixedPage fixedPage, object userState); 112public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object userState);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
301case 207: t = () => typeof(FixedPage); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4840Type type = typeof(System.Windows.Documents.FixedPage); 4842this.GetXamlType(typeof(System.Windows.Documents.FixedPage)), // DeclaringType 4849GetDelegate = delegate (object target) { return ((System.Windows.Documents.FixedPage)target).Children; }, 5625typeof(System.Windows.Documents.FixedPage), // type 5630SetDelegate = delegate (object target, object value) { ((System.Windows.Documents.PageContent)target).Child = (System.Windows.Documents.FixedPage)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4624typeof(System.Windows.Documents.FixedPage),
System\Windows\Markup\KnownTypes.cs (2)
2490case KnownElements.FixedPage: return (o as System.Windows.Documents.FixedPage).Children; 5755case KnownElements.FixedPage: t = typeof(System.Windows.Documents.FixedPage); break;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2398FixedPage fixedPage = null; 2403fixedPage = fd.Pages[pageNumber].GetPageRoot(false) as FixedPage; 2410fixedPage = page.Visual as FixedPage;
ReachFramework (84)
Serialization\Manager\MetroSerializationManager.cs (1)
867((dependencyProperty.OwnerType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCPageContentSerializerAsync.cs (1)
115FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\NGCSerializationManager.cs (4)
247else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 662(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 671(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 693(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializationManagerAsync.cs (4)
463else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 911(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 920(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 970(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializer.cs (3)
153FixedPage fp = serializedObject as FixedPage; 811FixedPage fixedPage = Toolbox.GetPageRoot(serializedObject);
Serialization\Manager\NGCSerializerAsync.cs (2)
804FixedPage fp = serializedObject as FixedPage;
Serialization\Manager\ReachDocumentPageSerializer.cs (3)
106String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 216base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 225SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (3)
109base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 118SerializationManager.ReleaseXmlWriter(typeof(FixedPage)); 169String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializer.cs (5)
148FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 151treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 368base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 377SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
168FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 176treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 340base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 349SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachPageContentSerializer.cs (1)
62FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachPageContentSerializerAsync.cs (1)
115FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachSerializationUtils.cs (11)
313else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 331Toolbox.Layout(_serializedObject as FixedPage, printTicket); 362else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 563String xmlnsForType = _serializationManager.GetXmlNSForType(typeof(FixedPage)); 567xmlWriter = _serializationManager.AcquireXmlWriter(typeof(FixedPage)); 633_serializationManager.ReleaseXmlWriter(typeof(FixedPage)); 787internal void SerializeLinksInFixedPage(FixedPage page) 1118FixedPage fixedPage, 1231internal static FixedPage GetPageRoot(object page) 1233FixedPage fixedPage = ((PageContent) page).GetPageRoot(false) as FixedPage;
Serialization\Manager\ReachVisualSerializer.cs (2)
152base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 161SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
202base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 211SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMDocumentPageSerializer.cs (3)
138String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 247base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 256SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializer.cs (5)
138FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 141treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 326base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 335SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializerAsync.cs (2)
153base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 162SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMSerializationManager.cs (4)
160else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 299if (writerType == typeof(FixedPage)) 374if (writerType == typeof(FixedPage)) 585else if (writerType == typeof(FixedPage))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
319else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (9)
316else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 440else if (writerType == typeof(FixedPage)) 474if( writerType == typeof(FixedPage) ) 500if( writerType == typeof(FixedPage) ) 552else if (writerType == typeof(FixedPage)) 1063(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 1072(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 1319_typeSerializableDependencyProperties[typeof(System.Windows.Documents.FixedPage)] = 1460typeof(FixedPage)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
392else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\VisualTreeFlattener.cs (4)
495!(visual is System.Windows.Documents.FixedPage) && 518navigateUri = FixedPage.GetNavigateUri(uiElement); 589FixedPage fixedPage = visual as FixedPage;
Serialization\XpsFontSerializationService.cs (1)
49else if(type== typeof(FixedPage))
SerializerFactory\XpsSerializerWriter.cs (6)
185public override void Write(FixedPage fixedPage) 197public override void Write(FixedPage fixedPage, PrintTicket printTicket) 209public override void WriteAsync(FixedPage fixedPage) 219public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket) 229public override void WriteAsync(FixedPage fixedPage, object Async) 239public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object Async)