2 instantiations of FixedPage
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4626DefaultConstructor = delegate () { return new System.Windows.Documents.FixedPage(); },
System\Windows\Markup\KnownTypes.cs (1)
1261case KnownElements.FixedPage: o = new System.Windows.Documents.FixedPage(); break;
235 references to FixedPage
PresentationFramework (148)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
257FixedPage page = startNode as FixedPage; 394private DocumentPage GetDocumentPage(FixedPage page)
MS\Internal\Documents\DocumentGrid.cs (1)
1768(data.Visual is FixedPage &&
System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (1)
12public FixedPageAutomationPeer(FixedPage owner): base(owner)
System\Windows\Documents\DocumentSequence.cs (3)
151UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 684FixedPage page = docPage.Visual as FixedPage;
System\Windows\Documents\FixedDocument.cs (32)
196UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 223FixedPage fixedPage; 330FixedPage page = SyncGetPage(pageNumber, false/*forceReload*/); 451FixedPage fixedPage = null; 458fixedPage = el as FixedPage; 616internal int GetIndexOfPage(FixedPage p) 637internal FixedPage SyncGetPageWithCheck(int index) 650internal FixedPage SyncGetPage(int index, bool forceReload) 656FixedPage fp; 660fp = (FixedPage)pc[index].GetPageRoot(forceReload); 697internal void EnsurePageSize(FixedPage fp) 728FixedPage p = null; 756internal Size ComputePageSize(FixedPage fp) 790internal Dictionary<FixedPage, ArrayList> Highlights 827_highlights = new Dictionary<FixedPage, ArrayList>(); 852FixedPage page = docPage.Visual as FixedPage; 889internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 1013internal FixedPage GetFixedPage(int pageNumber) 1015FixedPage fp = null; 1057List<FixedPage> oldHighlightPages = new List<FixedPage>(); 1058foreach (FixedPage page in _highlights.Keys) 1152ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>; 1155foreach (FixedPage page in oldHighlightPages) 1229FixedPage c = (FixedPage)args.Result; 1287private Dictionary<FixedPage, ArrayList> _highlights; 1346internal FixedDocumentPage(FixedDocument panel, FixedPage page, Size fixedSize, int index) : 1434internal FixedPage FixedPage 1492private readonly FixedPage _page;
System\Windows\Documents\FixedDSBuilder.cs (2)
37public FixedDSBuilder(FixedPage fp, StoryFragments sf) 250private FixedPage _fixedPage;
System\Windows\Documents\FixedElement.cs (1)
314FixedPage page = doc.SyncGetPage(pageno, false);
System\Windows\Documents\FixedHyperlink.cs (3)
25UIElement FindElementByID(string elementID, out FixedPage rootFixedPage); 89FixedPage rootFixedPage = null; 96if (targetElement is FixedPage)
System\Windows\Documents\FixedPage.cs (18)
54FlowDirectionProperty.OverrideMetadata(typeof(FixedPage), metadata); 406typeof(FixedPage), 432typeof(FixedPage), 449typeof(FixedPage), 466typeof(FixedPage), 483typeof(FixedPage), 501typeof(FixedPage), 520typeof(FixedPage), 539typeof(FixedPage), 549typeof(FixedPage), 827UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 1012if (parent is FixedPage parentFP) 1064FixedPage fixedPage = current as FixedPage; 1068fixedPage = obj as FixedPage; 1152internal DebugVisualAdorner(FixedPage page) : base(page) 1205internal static DebugVisualAdorner GetDebugVisual(FixedPage page) 1282private FixedPage _fixedPage;
System\Windows\Documents\FixedPageStructure.cs (3)
256FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 452FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 651FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex);
System\Windows\Documents\FixedSOMElement.cs (1)
68public static FixedSOMElement CreateFixedSOMElement(FixedPage page, UIElement uiElement, FixedNode fixedNode, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMImage.cs (2)
46public static FixedSOMImage Create(FixedPage page, Image image, FixedNode fixedNode) 65public static FixedSOMImage Create(FixedPage page, Path path, FixedNode fixedNode)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
219public FixedSOMPageConstructor(FixedPage fixedPage, int pageIndex) 1176private FixedPage _fixedPage;
System\Windows\Documents\FixedTextBuilder.cs (13)
187FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 237FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 248internal FixedPage GetFixedPage(FixedNode node) 257FixedPage page = GetFixedPage(node); 879private void _CreateFixedMappingAndElementForPage(FixedPageStructure pageStructure, FixedPage page, bool constructSOM) 1266public Uri GetUri(FixedSOMElement element, FixedPage p, out UIElement shadowElement) 1276Uri relUri = FixedPage.GetNavigateUri(e); 1311return FixedPage.GetLinkUri(p, relUri); 1361public FlowModelBuilder(FixedTextBuilder builder, FixedPageStructure pageStructure, FixedPage page) 1392Debug.Assert(elem is FixedPage || elem is Canvas); 1409Uri navUri = FixedPage.GetNavigateUri(child); 1459FixedPage page = _builder.GetFixedPage(element.FixedNode); 1792private FixedPage _fixedPage;
System\Windows\Documents\FixedTextContainer.cs (2)
389internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t, 413FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);
System\Windows\Documents\FixedTextView.cs (4)
236Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>(); 883FixedPage page = Container.FixedDocument.SyncGetPage(pageIndex, false); 1227private FixedPage FixedPage
System\Windows\Documents\HighlightVisual.cs (3)
31internal HighlightVisual(FixedDocument panel, FixedPage page) : base(page) 133internal static HighlightVisual GetHighlightVisual(FixedPage page) 357private FixedPage _page;
System\Windows\Documents\Hyperlink.cs (3)
583targetUri = FixedPage.GetLinkUri(sourceElement, targetUri); 638return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty; 891if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\PageContent.cs (28)
68public FixedPage GetPageRoot(bool forceReload) 77FixedPage p = null; 110FixedPage p = null; 170FixedPage fp = value as FixedPage; 173throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(FixedPage)), nameof(value)); 259public FixedPage Child 340internal bool IsOwnerOf(FixedPage pageVisual) 352FixedPage c = (FixedPage)_pageRef.Target; 388internal FixedPage PageStream 422FixedPage[] children; 423FixedPage child = _child; 435children = Array.Empty<FixedPage>(); 439children = new FixedPage[] { child }; 471private void _NotifyPageCompleted(FixedPage result, Exception error, bool cancelled, object userToken) 508private FixedPage _LoadPage() 512FixedPage p = null; 558private FixedPage _GetLoadedPage() 560FixedPage p = null; 563p = (FixedPage)_pageRef.Target; 579internal static void _LoadPageImpl(Uri baseUri, Uri uriToLoad, out FixedPage fixedPage, out Stream pageStream) 608if (o != null && !(o is FixedPage)) 613fixedPage = (FixedPage)o; 626private FixedPage _child; // directly hosted page stream 639internal GetPageRootCompletedEventArgs(FixedPage page, Exception error, bool cancelled, object userToken) 648public FixedPage Result 657private FixedPage _page;
System\Windows\Documents\PageContentAsyncResult.cs (4)
40internal PageContentAsyncResult(AsyncCallback callback, object state, Dispatcher dispatcher, Uri baseUri, Uri source, FixedPage child) 219internal FixedPage Result 258private FixedPage _child; 260private FixedPage _result;
System\Windows\Documents\RubberbandSelector.cs (4)
32FixedPage p = _page; 140private void UpdateHighlightVisual(FixedPage page) 585internal FixedPage Page 603private FixedPage _page; // page on which we are selecting, or null
System\Windows\Documents\Serialization\SerializerWriter.cs (6)
86public abstract void Write(FixedPage fixedPage); 91public abstract void Write(FixedPage fixedPage, PrintTicket printTicket); 96public abstract void WriteAsync(FixedPage fixedPage); 101public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket); 106public abstract void WriteAsync(FixedPage fixedPage, object userState); 111public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object userState);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
300case 207: t = () => typeof(FixedPage); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4839Type type = typeof(System.Windows.Documents.FixedPage); 4841this.GetXamlType(typeof(System.Windows.Documents.FixedPage)), // DeclaringType 4848GetDelegate = delegate (object target) { return ((System.Windows.Documents.FixedPage)target).Children; }, 5624typeof(System.Windows.Documents.FixedPage), // type 5629SetDelegate = delegate (object target, object value) { ((System.Windows.Documents.PageContent)target).Child = (System.Windows.Documents.FixedPage)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4623typeof(System.Windows.Documents.FixedPage),
System\Windows\Markup\KnownTypes.cs (2)
2489case KnownElements.FixedPage: return (o as System.Windows.Documents.FixedPage).Children; 5754case KnownElements.FixedPage: t = typeof(System.Windows.Documents.FixedPage); break;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2394FixedPage fixedPage = null; 2399fixedPage = fd.Pages[pageNumber].GetPageRoot(false) as FixedPage; 2406fixedPage = page.Visual as FixedPage;
ReachFramework (84)
Serialization\Manager\MetroSerializationManager.cs (1)
866((dependencyProperty.OwnerType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCPageContentSerializerAsync.cs (1)
114FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\NGCSerializationManager.cs (4)
246else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 661(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 670(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 692(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializationManagerAsync.cs (4)
462else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 910(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 919(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 969(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializer.cs (3)
152FixedPage fp = serializedObject as FixedPage; 801FixedPage fixedPage = Toolbox.GetPageRoot(serializedObject);
Serialization\Manager\NGCSerializerAsync.cs (2)
797FixedPage fp = serializedObject as FixedPage;
Serialization\Manager\ReachDocumentPageSerializer.cs (3)
105String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 212base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 221SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (3)
108base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 117SerializationManager.ReleaseXmlWriter(typeof(FixedPage)); 168String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializer.cs (5)
147FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 150treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 367base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 376SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
167FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 175treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 339base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 348SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachPageContentSerializer.cs (1)
61FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachPageContentSerializerAsync.cs (1)
114FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachSerializationUtils.cs (11)
312else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 330Toolbox.Layout(_serializedObject as FixedPage, printTicket); 361else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 562String xmlnsForType = _serializationManager.GetXmlNSForType(typeof(FixedPage)); 566xmlWriter = _serializationManager.AcquireXmlWriter(typeof(FixedPage)); 632_serializationManager.ReleaseXmlWriter(typeof(FixedPage)); 785internal void SerializeLinksInFixedPage(FixedPage page) 1116FixedPage fixedPage, 1229internal static FixedPage GetPageRoot(object page) 1231FixedPage fixedPage = ((PageContent) page).GetPageRoot(false) as FixedPage;
Serialization\Manager\ReachVisualSerializer.cs (2)
151base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 160SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
201base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 210SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMDocumentPageSerializer.cs (3)
137String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 243base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 252SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializer.cs (5)
137FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 140treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 325base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 334SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializerAsync.cs (2)
152base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 161SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMSerializationManager.cs (4)
159else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 298if (writerType == typeof(FixedPage)) 373if (writerType == typeof(FixedPage)) 584else if (writerType == typeof(FixedPage))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
318else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (9)
315else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 439else if (writerType == typeof(FixedPage)) 473if( writerType == typeof(FixedPage) ) 499if( writerType == typeof(FixedPage) ) 551else if (writerType == typeof(FixedPage)) 1056(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 1065(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 1312_typeSerializableDependencyProperties[typeof(System.Windows.Documents.FixedPage)] = 1453typeof(FixedPage)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
391else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\VisualTreeFlattener.cs (4)
494!(visual is System.Windows.Documents.FixedPage) && 517navigateUri = FixedPage.GetNavigateUri(uiElement); 588FixedPage fixedPage = visual as FixedPage;
Serialization\XpsFontSerializationService.cs (1)
48else if(type== typeof(FixedPage))
SerializerFactory\XpsSerializerWriter.cs (6)
184public override void Write(FixedPage fixedPage) 196public override void Write(FixedPage fixedPage, PrintTicket printTicket) 208public override void WriteAsync(FixedPage fixedPage) 218public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket) 228public override void WriteAsync(FixedPage fixedPage, object Async) 238public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object Async)