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