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