5 references to KeepAliveProperty
PresentationFramework (5)
System\Windows\Controls\Page.cs (1)
417JournalEntry.KeepAliveProperty.AddOwner(typeof(Page));
System\Windows\Navigation\JournalEntry.cs (4)
181/// <seealso cref="JournalEntry.KeepAliveProperty" /> 187return (bool)dependencyObject.GetValue(KeepAliveProperty); 195/// <seealso cref="JournalEntry.KeepAliveProperty" /> 202dependencyObject.SetValue(KeepAliveProperty, keepAlive);