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