1 type derived from PageFunctionBase
PresentationFramework (1)
System\Windows\Navigation\PageFunction.cs (1)
235
public class PageFunction<T> :
PageFunctionBase
71 references to PageFunctionBase
PresentationFramework (71)
MS\Internal\AppModel\Journaling.cs (25)
260
internal JournalEntryPageFunction(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
333
internal abstract
PageFunctionBase
ResumePageFunction();
349
internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal,
PageFunctionBase
endingPF)
414
internal JournalEntryPageFunctionKeepAlive(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
438
internal
PageFunctionBase
KeepAlivePageFunction
443
internal override
PageFunctionBase
ResumePageFunction()
445
PageFunctionBase
pageFunction = this.KeepAlivePageFunction;
465
PageFunctionBase
pf = (navigator.Content == _keepAlivePageFunction) ?
475
PageFunctionBase
_keepAlivePageFunction = null;
496
internal JournalEntryPageFunctionSaver(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
531
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
544
PageFunctionBase
pageFunction = (
PageFunctionBase
)contentObject;
574
PageFunctionBase
pageFunction =
576
(
PageFunctionBase
)ns.Content : ResumePageFunction();
624
internal JournalEntryPageFunctionType(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction)
670
internal override
PageFunctionBase
ResumePageFunction()
672
PageFunctionBase
pageFunction;
685
pageFunction = (
PageFunctionBase
)Activator.CreateInstance(pfType);
703
private void InitializeComponent(
PageFunctionBase
pageFunction)
747
internal JournalEntryPageFunctionUri(JournalEntryGroupState jeGroupState,
PageFunctionBase
pageFunction, Uri markupUri)
780
internal override
PageFunctionBase
ResumePageFunction()
782
PageFunctionBase
pageFunction;
795
pageFunction = Application.LoadComponent(_markupUri, true) as
PageFunctionBase
;
MS\Internal\AppModel\ReturnEventSaver.cs (2)
54
internal void _Detach(
PageFunctionBase
pf)
106
internal void _Attach(Object caller,
PageFunctionBase
child)
System\Windows\ControlTemplate.cs (1)
140
!typeof(
PageFunctionBase
).IsAssignableFrom(targetType))
System\Windows\FrameworkElement.cs (1)
6364
_pageFunctionBaseDType = DependencyObjectType.FromSystemTypeInternal(typeof(
PageFunctionBase
));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
532
case 436: t = () => typeof(
PageFunctionBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5294
Type type = typeof(System.Windows.Navigation.
PageFunctionBase
);
5295
DependencyProperty dp = System.Windows.Navigation.
PageFunctionBase
.ContentProperty;
5297
this.GetXamlType(typeof(System.Windows.Navigation.
PageFunctionBase
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7254
typeof(System.Windows.Navigation.
PageFunctionBase
),
System\Windows\Markup\KnownTypes.cs (1)
5990
case KnownElements.PageFunctionBase: t = typeof(System.Windows.Navigation.
PageFunctionBase
); break;
System\Windows\Navigation\NavigationService.cs (32)
746
PageFunctionBase
pf = o as
PageFunctionBase
;
850
PageFunctionBase
currentPF = oldTree as
PageFunctionBase
;
900
PageFunctionBase
finishingChildPageFunction = (pfReturnInfo != null) ? pfReturnInfo.FinishingChildPageFunction : null;
955
PageFunctionBase
pf = (
PageFunctionBase
)newTree;
957
if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is
PageFunctionBase
)
959
pf.ParentPageFunctionId = ((
PageFunctionBase
)_bp).PageFunctionId;
1664
PageFunctionBase
pf = root as
PageFunctionBase
;
2054
bp is
PageFunctionBase
&& (bp as
PageFunctionBase
)._Resume) &&
3152
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3204
PageFunctionBase
pfBase = _bp as
PageFunctionBase
;
3663
return (content as
PageFunctionBase
== null ? false : true);
3677
PageFunctionBase
pf = bp as
PageFunctionBase
;
3697
PageFunctionBase
ps = (
PageFunctionBase
)_bp;
3716
private void HandleFinish(
PageFunctionBase
endingPF, object ReturnEventArgs)
3742
PageFunctionBase
parentPF = null;
3814
private void FireChildPageFunctionReturnEvent(object parentElem,
PageFunctionBase
childPF, object ReturnEventArgs)
3870
private void DoRemoveFromJournal(
PageFunctionBase
finishingChildPageFunction, int parentEntryIndex/* = -1 */)
3930
private void NavigateToParentPage(
PageFunctionBase
finishingChildPageFunction,
PageFunctionBase
parentPF, object returnEventArgs, int parentIndex)
4194
internal delegate void FinishEventHandler(
PageFunctionBase
sender, object ReturnEventArgs);
4366
internal PageFunctionReturnInfo(
PageFunctionBase
finishingChildPageFunction, Uri source, NavigationMode navigationMode, JournalEntry journalEntry, object returnEventArgs)
4378
internal
PageFunctionBase
FinishingChildPageFunction
4384
private
PageFunctionBase
_finishingChildPageFunction;
System\Windows\Navigation\PageFunction.cs (4)
108
PageFunctionBase
parent = d.Target as
PageFunctionBase
;
209
internal delegate void EventToRaiseTypedEvent(
PageFunctionBase
sender, RaiseTypedEventArgs args);
262
internal void RaiseTypedReturnEvent(
PageFunctionBase
b, RaiseTypedEventArgs args)