1 type derived from PageFunctionBase
PresentationFramework (1)
System\Windows\Navigation\PageFunction.cs (1)
233
public class PageFunction<T> :
PageFunctionBase
71 references to PageFunctionBase
PresentationFramework (71)
MS\Internal\AppModel\Journaling.cs (25)
251
internal JournalEntryPageFunction(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
324
internal abstract
PageFunctionBase
ResumePageFunction();
340
internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal,
PageFunctionBase
endingPF)
405
internal JournalEntryPageFunctionKeepAlive(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
429
internal
PageFunctionBase
KeepAlivePageFunction
434
internal override
PageFunctionBase
ResumePageFunction()
436
PageFunctionBase
pageFunction = this.KeepAlivePageFunction;
456
PageFunctionBase
pf = (navigator.Content == _keepAlivePageFunction) ?
466
PageFunctionBase
_keepAlivePageFunction = null;
487
internal JournalEntryPageFunctionSaver(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
522
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
535
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
565
PageFunctionBase
pageFunction =
567
(
PageFunctionBase
)ns.Content : ResumePageFunction();
615
internal JournalEntryPageFunctionType(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
661
internal override
PageFunctionBase
ResumePageFunction()
663
PageFunctionBase
pageFunction;
676
pageFunction = (
PageFunctionBase
)Activator.CreateInstance(pfType);
694
private void InitializeComponent(
PageFunctionBase
pageFunction)
738
internal JournalEntryPageFunctionUri(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction, Uri markupUri)
771
internal override
PageFunctionBase
ResumePageFunction()
773
PageFunctionBase
pageFunction;
786
pageFunction = Application.LoadComponent(_markupUri, true) as
PageFunctionBase
;
MS\Internal\AppModel\ReturnEventSaver.cs (2)
49
internal void _Detach(
PageFunctionBase
pf)
101
internal void _Attach(Object caller,
PageFunctionBase
child)
System\Windows\ControlTemplate.cs (1)
137
!typeof(
PageFunctionBase
).IsAssignableFrom(targetType))
System\Windows\FrameworkElement.cs (1)
6358
_pageFunctionBaseDType = DependencyObjectType.FromSystemTypeInternal(typeof(
PageFunctionBase
));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
530
case 436: t = () => typeof(
PageFunctionBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5640
Type type = typeof(System.Windows.Navigation.
PageFunctionBase
);
5641
DependencyProperty dp = System.Windows.Navigation.
PageFunctionBase
.ContentProperty;
5643
this.GetXamlType(typeof(System.Windows.Navigation.
PageFunctionBase
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7980
typeof(System.Windows.Navigation.
PageFunctionBase
),
System\Windows\Markup\KnownTypes.cs (1)
5984
case KnownElements.PageFunctionBase: t = typeof(System.Windows.Navigation.
PageFunctionBase
); break;
System\Windows\Navigation\NavigationService.cs (32)
732
PageFunctionBase
pf = o as
PageFunctionBase
;
836
PageFunctionBase
currentPF = oldTree as
PageFunctionBase
;
886
PageFunctionBase
finishingChildPageFunction = (pfReturnInfo != null) ? pfReturnInfo.FinishingChildPageFunction : null;
941
PageFunctionBase
pf = (
PageFunctionBase
)newTree;
943
if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is
PageFunctionBase
)
945
pf.ParentPageFunctionId = ((
PageFunctionBase
)_bp).PageFunctionId;
1643
PageFunctionBase
pf = root as
PageFunctionBase
;
2029
bp is
PageFunctionBase
&& (bp as
PageFunctionBase
)._Resume) &&
3126
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3178
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3637
return (content as
PageFunctionBase
== null ? false : true);
3651
PageFunctionBase
pf = bp as
PageFunctionBase
;
3671
PageFunctionBase
ps = (
PageFunctionBase
)_bp;
3690
private void HandleFinish(
PageFunctionBase
endingPF, object ReturnEventArgs)
3716
PageFunctionBase
parentPF = null;
3788
private void FireChildPageFunctionReturnEvent(object parentElem,
PageFunctionBase
childPF, object ReturnEventArgs)
3844
private void DoRemoveFromJournal(
PageFunctionBase
finishingChildPageFunction, int parentEntryIndex/* = -1 */)
3904
private void NavigateToParentPage(
PageFunctionBase
finishingChildPageFunction,
PageFunctionBase
parentPF, object returnEventArgs, int parentIndex)
4168
internal delegate void FinishEventHandler(
PageFunctionBase
sender, object ReturnEventArgs);
4340
internal PageFunctionReturnInfo(
PageFunctionBase
finishingChildPageFunction, Uri source, NavigationMode navigationMode, JournalEntry journalEntry, object returnEventArgs)
4352
internal
PageFunctionBase
FinishingChildPageFunction
4358
private
PageFunctionBase
_finishingChildPageFunction;
System\Windows\Navigation\PageFunction.cs (4)
106
PageFunctionBase
parent = d.Target as
PageFunctionBase
;
207
internal delegate void EventToRaiseTypedEvent(
PageFunctionBase
sender, RaiseTypedEventArgs args);
260
internal void RaiseTypedReturnEvent(
PageFunctionBase
b, RaiseTypedEventArgs args)