2 instantiations of FixedPage
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4280bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.FixedPage(); };
System\Windows\Markup\KnownTypes.cs (1)
1268case KnownElements.FixedPage: o = new System.Windows.Documents.FixedPage(); break;
235 references to FixedPage
PresentationFramework (148)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
269FixedPage page = startNode as FixedPage; 406private DocumentPage GetDocumentPage(FixedPage page)
MS\Internal\Documents\DocumentGrid.cs (1)
1773(data.Visual is FixedPage &&
System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (1)
26public FixedPageAutomationPeer(FixedPage owner): base(owner)
System\Windows\Documents\DocumentSequence.cs (3)
163UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 701FixedPage page = docPage.Visual as FixedPage;
System\Windows\Documents\FixedDocument.cs (32)
208UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 235FixedPage fixedPage; 342FixedPage page = SyncGetPage(pageNumber, false/*forceReload*/); 463FixedPage fixedPage = null; 470fixedPage = el as FixedPage; 628internal int GetIndexOfPage(FixedPage p) 649internal FixedPage SyncGetPageWithCheck(int index) 662internal FixedPage SyncGetPage(int index, bool forceReload) 668FixedPage fp; 672fp = (FixedPage)pc[index].GetPageRoot(forceReload); 709internal void EnsurePageSize(FixedPage fp) 740FixedPage p = null; 768internal Size ComputePageSize(FixedPage fp) 802internal Dictionary<FixedPage, ArrayList> Highlights 839_highlights = new Dictionary<FixedPage, ArrayList>(); 864FixedPage page = docPage.Visual as FixedPage; 901internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 1023internal FixedPage GetFixedPage(int pageNumber) 1025FixedPage fp = null; 1067List<FixedPage> oldHighlightPages = new List<FixedPage>(); 1068foreach (FixedPage page in _highlights.Keys) 1162ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>; 1165foreach (FixedPage page in oldHighlightPages) 1242FixedPage c = (FixedPage)args.Result; 1300private Dictionary<FixedPage, ArrayList> _highlights; 1359internal FixedDocumentPage(FixedDocument panel, FixedPage page, Size fixedSize, int index) : 1447internal FixedPage FixedPage 1505private readonly FixedPage _page;
System\Windows\Documents\FixedDSBuilder.cs (2)
46public FixedDSBuilder(FixedPage fp, StoryFragments sf) 259private FixedPage _fixedPage;
System\Windows\Documents\FixedElement.cs (1)
317FixedPage page = doc.SyncGetPage(pageno, false);
System\Windows\Documents\FixedHyperlink.cs (3)
35UIElement FindElementByID(string elementID, out FixedPage rootFixedPage); 99FixedPage rootFixedPage = null; 106if (targetElement is FixedPage)
System\Windows\Documents\FixedPage.cs (18)
61FlowDirectionProperty.OverrideMetadata(typeof(FixedPage), metadata); 413typeof(FixedPage), 439typeof(FixedPage), 456typeof(FixedPage), 473typeof(FixedPage), 490typeof(FixedPage), 508typeof(FixedPage), 527typeof(FixedPage), 546typeof(FixedPage), 556typeof(FixedPage), 834UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPage rootFixedPage) 1019if (parent is FixedPage parentFP) 1071FixedPage fixedPage = current as FixedPage; 1075fixedPage = obj as FixedPage; 1159internal DebugVisualAdorner(FixedPage page) : base(page) 1212internal static DebugVisualAdorner GetDebugVisual(FixedPage page) 1289private FixedPage _fixedPage;
System\Windows\Documents\FixedPageStructure.cs (3)
263FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 459FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex); 658FixedPage fp = _fixedTextBuilder.FixedTextContainer.FixedDocument.GetFixedPage(PageIndex);
System\Windows\Documents\FixedSOMElement.cs (1)
72public static FixedSOMElement CreateFixedSOMElement(FixedPage page, UIElement uiElement, FixedNode fixedNode, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMImage.cs (2)
49public static FixedSOMImage Create(FixedPage page, Image image, FixedNode fixedNode) 68public static FixedSOMImage Create(FixedPage page, Path path, FixedNode fixedNode)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
225public FixedSOMPageConstructor(FixedPage fixedPage, int pageIndex) 1180private FixedPage _fixedPage;
System\Windows\Documents\FixedTextBuilder.cs (13)
194FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 244FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 255internal FixedPage GetFixedPage(FixedNode node) 264FixedPage page = GetFixedPage(node); 889private void _CreateFixedMappingAndElementForPage(FixedPageStructure pageStructure, FixedPage page, bool constructSOM) 1276public Uri GetUri(FixedSOMElement element, FixedPage p, out UIElement shadowElement) 1286Uri relUri = FixedPage.GetNavigateUri(e); 1321return FixedPage.GetLinkUri(p, relUri); 1371public FlowModelBuilder(FixedTextBuilder builder, FixedPageStructure pageStructure, FixedPage page) 1402Debug.Assert(elem is FixedPage || elem is Canvas); 1419Uri navUri = FixedPage.GetNavigateUri(child); 1469FixedPage page = _builder.GetFixedPage(element.FixedNode); 1801private FixedPage _fixedPage;
System\Windows\Documents\FixedTextContainer.cs (2)
407internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t, 431FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);
System\Windows\Documents\FixedTextView.cs (4)
250Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>(); 900FixedPage page = Container.FixedDocument.SyncGetPage(pageIndex, false); 1247private FixedPage FixedPage
System\Windows\Documents\HighlightVisual.cs (3)
42internal HighlightVisual(FixedDocument panel, FixedPage page) : base(page) 144internal static HighlightVisual GetHighlightVisual(FixedPage page) 366private FixedPage _page;
System\Windows\Documents\Hyperlink.cs (3)
590targetUri = FixedPage.GetLinkUri(sourceElement, targetUri); 643return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty; 896if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\PageContent.cs (28)
83public FixedPage GetPageRoot(bool forceReload) 95FixedPage p = null; 128FixedPage p = null; 188FixedPage fp = value as FixedPage; 191throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(FixedPage)), "value"); 277public FixedPage Child 358internal bool IsOwnerOf(FixedPage pageVisual) 370FixedPage c = (FixedPage)_pageRef.Target; 406internal FixedPage PageStream 440FixedPage[] children; 441FixedPage child = _child; 453children = Array.Empty<FixedPage>(); 457children = new FixedPage[] { child }; 489private void _NotifyPageCompleted(FixedPage result, Exception error, bool cancelled, object userToken) 526private FixedPage _LoadPage() 530FixedPage p = null; 576private FixedPage _GetLoadedPage() 578FixedPage p = null; 581p = (FixedPage)_pageRef.Target; 597internal static void _LoadPageImpl(Uri baseUri, Uri uriToLoad, out FixedPage fixedPage, out Stream pageStream) 624if (o != null && !(o is FixedPage)) 629fixedPage = (FixedPage)o; 642private FixedPage _child; // directly hosted page stream 655internal GetPageRootCompletedEventArgs(FixedPage page, Exception error, bool cancelled, object userToken) 664public FixedPage Result 673private FixedPage _page;
System\Windows\Documents\PageContentAsyncResult.cs (4)
53internal PageContentAsyncResult(AsyncCallback callback, object state, Dispatcher dispatcher, Uri baseUri, Uri source, FixedPage child) 232internal FixedPage Result 271private FixedPage _child; 273private FixedPage _result;
System\Windows\Documents\RubberbandSelector.cs (4)
43FixedPage p = _page; 151private void UpdateHighlightVisual(FixedPage page) 597internal FixedPage Page 615private FixedPage _page; // page on which we are selecting, or null
System\Windows\Documents\Serialization\SerializerWriter.cs (6)
90public abstract void Write(FixedPage fixedPage); 95public abstract void Write(FixedPage fixedPage, PrintTicket printTicket); 100public abstract void WriteAsync(FixedPage fixedPage); 105public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket); 110public abstract void WriteAsync(FixedPage fixedPage, object userState); 115public abstract void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object userState);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
303case 207: t = () => typeof(FixedPage); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4574Type type = typeof(System.Windows.Documents.FixedPage); 4576this.GetXamlType(typeof(System.Windows.Documents.FixedPage)), // DeclaringType 4582bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.FixedPage)target).Children; }; 5281typeof(System.Windows.Documents.FixedPage), // type 5285bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Documents.PageContent)target).Child = (System.Windows.Documents.FixedPage)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4278typeof(System.Windows.Documents.FixedPage),
System\Windows\Markup\KnownTypes.cs (2)
2496case KnownElements.FixedPage: return (o as System.Windows.Documents.FixedPage).Children; 5761case KnownElements.FixedPage: t = typeof(System.Windows.Documents.FixedPage); break;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2402FixedPage fixedPage = null; 2407fixedPage = fd.Pages[pageNumber].GetPageRoot(false) as FixedPage; 2414fixedPage = page.Visual as FixedPage;
ReachFramework (84)
Serialization\Manager\MetroSerializationManager.cs (1)
874((dependencyProperty.OwnerType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCPageContentSerializerAsync.cs (1)
128FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\NGCSerializationManager.cs (4)
259else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 674(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 683(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 705(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializationManagerAsync.cs (4)
496else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 944(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 953(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 1003(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) ||
Serialization\Manager\NGCSerializer.cs (3)
165FixedPage fp = serializedObject as FixedPage; 823FixedPage fixedPage = Toolbox.GetPageRoot(serializedObject);
Serialization\Manager\NGCSerializerAsync.cs (2)
815FixedPage fp = serializedObject as FixedPage;
Serialization\Manager\ReachDocumentPageSerializer.cs (3)
116String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 226base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 235SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (3)
120base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 129SerializationManager.ReleaseXmlWriter(typeof(FixedPage)); 180String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializer.cs (5)
157FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 160treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 377base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 386SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
177FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 185treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 349base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 358SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachPageContentSerializer.cs (1)
75FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachPageContentSerializerAsync.cs (1)
128FixedPage fixedPage = Toolbox.GetPageRoot(serializableObjectContext.TargetObject);
Serialization\Manager\ReachSerializationUtils.cs (11)
323else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 341Toolbox.Layout(_serializedObject as FixedPage, printTicket); 372else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 573String xmlnsForType = _serializationManager.GetXmlNSForType(typeof(FixedPage)); 577xmlWriter = _serializationManager.AcquireXmlWriter(typeof(FixedPage)); 643_serializationManager.ReleaseXmlWriter(typeof(FixedPage)); 797internal void SerializeLinksInFixedPage(FixedPage page) 1129FixedPage fixedPage, 1242internal static FixedPage GetPageRoot(object page) 1244FixedPage fixedPage = ((PageContent) page).GetPageRoot(false) as FixedPage;
Serialization\Manager\ReachVisualSerializer.cs (2)
165base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 174SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
214base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 223SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMDocumentPageSerializer.cs (3)
148String xmlnsForType = SerializationManager.GetXmlNSForType(typeof(FixedPage)); 257base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 266SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializer.cs (5)
147FixedPage fixedPage = serializableObjectContext.TargetObject as FixedPage; 150treeWalker.SerializeLinksInFixedPage((FixedPage)serializableObjectContext.TargetObject); 335base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 344SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMFixedPageSerializerAsync.cs (2)
168base.XmlWriter = SerializationManager.AcquireXmlWriter(typeof(FixedPage)); 177SerializationManager.ReleaseXmlWriter(typeof(FixedPage));
Serialization\Manager\XpsOMSerializationManager.cs (4)
171else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 310if (writerType == typeof(FixedPage)) 385if (writerType == typeof(FixedPage)) 596else if (writerType == typeof(FixedPage))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
333else if (typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (9)
333else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType)) 457else if (writerType == typeof(FixedPage)) 491if( writerType == typeof(FixedPage) ) 517if( writerType == typeof(FixedPage) ) 569else if (writerType == typeof(FixedPage)) 1080(serializedObjectType != typeof(System.Windows.Documents.FixedPage))) 1089(serializedObjectType == typeof(System.Windows.Documents.FixedPage)) || 1336_typeSerializableDependencyProperties[typeof(System.Windows.Documents.FixedPage)] = 1477typeof(FixedPage)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
428else if(typeof(System.Windows.Documents.FixedPage).IsAssignableFrom(objectType))
Serialization\VisualTreeFlattener.cs (4)
502!(visual is System.Windows.Documents.FixedPage) && 525navigateUri = FixedPage.GetNavigateUri(uiElement); 596FixedPage fixedPage = visual as FixedPage;
Serialization\XpsFontSerializationService.cs (1)
50else if(type== typeof(FixedPage))
SerializerFactory\XpsSerializerWriter.cs (6)
187public override void Write(FixedPage fixedPage) 199public override void Write(FixedPage fixedPage, PrintTicket printTicket) 211public override void WriteAsync(FixedPage fixedPage) 221public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket) 231public override void WriteAsync(FixedPage fixedPage, object Async) 241public override void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, object Async)