1 type derived from PageFunctionBase
PresentationFramework (1)
System\Windows\Navigation\PageFunction.cs (1)
232
public class PageFunction<T> :
PageFunctionBase
71 references to PageFunctionBase
PresentationFramework (71)
MS\Internal\AppModel\Journaling.cs (25)
250
internal JournalEntryPageFunction(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
323
internal abstract
PageFunctionBase
ResumePageFunction();
339
internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal,
PageFunctionBase
endingPF)
404
internal JournalEntryPageFunctionKeepAlive(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
428
internal
PageFunctionBase
KeepAlivePageFunction
433
internal override
PageFunctionBase
ResumePageFunction()
435
PageFunctionBase
pageFunction = this.KeepAlivePageFunction;
455
PageFunctionBase
pf = (navigator.Content == _keepAlivePageFunction) ?
465
private
PageFunctionBase
_keepAlivePageFunction = null;
486
internal JournalEntryPageFunctionSaver(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
521
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
534
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
564
PageFunctionBase
pageFunction =
566
(
PageFunctionBase
)ns.Content : ResumePageFunction();
614
internal JournalEntryPageFunctionType(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
660
internal override
PageFunctionBase
ResumePageFunction()
662
PageFunctionBase
pageFunction;
675
pageFunction = (
PageFunctionBase
)Activator.CreateInstance(pfType);
693
private void InitializeComponent(
PageFunctionBase
pageFunction)
734
internal JournalEntryPageFunctionUri(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction, Uri markupUri)
767
internal override
PageFunctionBase
ResumePageFunction()
769
PageFunctionBase
pageFunction;
782
pageFunction = Application.LoadComponent(_markupUri, true) as
PageFunctionBase
;
MS\Internal\AppModel\ReturnEventSaver.cs (2)
48
internal void _Detach(
PageFunctionBase
pf)
100
internal void _Attach(Object caller,
PageFunctionBase
child)
System\Windows\ControlTemplate.cs (1)
136
!typeof(
PageFunctionBase
).IsAssignableFrom(targetType))
System\Windows\FrameworkElement.cs (1)
6345
_pageFunctionBaseDType = DependencyObjectType.FromSystemTypeInternal(typeof(
PageFunctionBase
));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
529
case 436: t = () => typeof(
PageFunctionBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5639
Type type = typeof(System.Windows.Navigation.
PageFunctionBase
);
5640
DependencyProperty dp = System.Windows.Navigation.
PageFunctionBase
.ContentProperty;
5642
this.GetXamlType(typeof(System.Windows.Navigation.
PageFunctionBase
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7979
typeof(System.Windows.Navigation.
PageFunctionBase
),
System\Windows\Markup\KnownTypes.cs (1)
5983
case KnownElements.PageFunctionBase: t = typeof(System.Windows.Navigation.
PageFunctionBase
); break;
System\Windows\Navigation\NavigationService.cs (32)
716
PageFunctionBase
pf = o as
PageFunctionBase
;
820
PageFunctionBase
currentPF = oldTree as
PageFunctionBase
;
870
PageFunctionBase
finishingChildPageFunction = pfReturnInfo?.FinishingChildPageFunction;
922
PageFunctionBase
pf = (
PageFunctionBase
)newTree;
924
if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is
PageFunctionBase
)
926
pf.ParentPageFunctionId = ((
PageFunctionBase
)_bp).PageFunctionId;
1618
PageFunctionBase
pf = root as
PageFunctionBase
;
2001
bp is
PageFunctionBase
&& (bp as
PageFunctionBase
)._Resume) &&
3089
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3141
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3594
return (content as
PageFunctionBase
== null ? false : true);
3608
PageFunctionBase
pf = bp as
PageFunctionBase
;
3628
PageFunctionBase
ps = (
PageFunctionBase
)_bp;
3647
private void HandleFinish(
PageFunctionBase
endingPF, object ReturnEventArgs)
3673
PageFunctionBase
parentPF = null;
3745
private void FireChildPageFunctionReturnEvent(object parentElem,
PageFunctionBase
childPF, object ReturnEventArgs)
3801
private void DoRemoveFromJournal(
PageFunctionBase
finishingChildPageFunction, int parentEntryIndex/* = -1 */)
3861
private void NavigateToParentPage(
PageFunctionBase
finishingChildPageFunction,
PageFunctionBase
parentPF, object returnEventArgs, int parentIndex)
4125
internal delegate void FinishEventHandler(
PageFunctionBase
sender, object ReturnEventArgs);
4297
internal PageFunctionReturnInfo(
PageFunctionBase
finishingChildPageFunction, Uri source, NavigationMode navigationMode, JournalEntry journalEntry, object returnEventArgs)
4309
internal
PageFunctionBase
FinishingChildPageFunction
4315
private
PageFunctionBase
_finishingChildPageFunction;
System\Windows\Navigation\PageFunction.cs (4)
105
PageFunctionBase
parent = d.Target as
PageFunctionBase
;
206
internal delegate void EventToRaiseTypedEvent(
PageFunctionBase
sender, RaiseTypedEventArgs args);
259
internal void RaiseTypedReturnEvent(
PageFunctionBase
b, RaiseTypedEventArgs args)