5 references to KeepAliveProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Page.cs (1)
425
JournalEntry.
KeepAliveProperty
.AddOwner(typeof(Page));
src\Framework\System\Windows\Navigation\JournalEntry.cs (4)
201
/// <seealso cref="JournalEntry.
KeepAliveProperty
" />
210
return (bool)dependencyObject.GetValue(
KeepAliveProperty
);
218
/// <seealso cref="JournalEntry.
KeepAliveProperty
" />
228
dependencyObject.SetValue(
KeepAliveProperty
, keepAlive);