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