3 references to KeepAliveProperty
PresentationFramework (3)
System\Windows\Controls\Page.cs (1)
396
JournalEntry.
KeepAliveProperty
.AddOwner(typeof(Page));
System\Windows\Navigation\JournalEntry.cs (2)
168
return (bool)dependencyObject.GetValue(
KeepAliveProperty
);
183
dependencyObject.SetValue(
KeepAliveProperty
, keepAlive);