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