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