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