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