5 references to KeepAliveProperty
PresentationFramework (5)
System\Windows\Controls\Page.cs (1)
396
JournalEntry.
KeepAliveProperty
.AddOwner(typeof(Page));
System\Windows\Navigation\JournalEntry.cs (4)
165
/// <seealso cref="JournalEntry.
KeepAliveProperty
" />
171
return (bool)dependencyObject.GetValue(
KeepAliveProperty
);
179
/// <seealso cref="JournalEntry.
KeepAliveProperty
" />
186
dependencyObject.SetValue(
KeepAliveProperty
, keepAlive);