3 references to KeepAliveProperty
PresentationFramework (3)
System\Windows\Controls\Page.cs (1)
396JournalEntry.KeepAliveProperty.AddOwner(typeof(Page));
System\Windows\Navigation\JournalEntry.cs (2)
168return (bool)dependencyObject.GetValue(KeepAliveProperty); 183dependencyObject.SetValue(KeepAliveProperty, keepAlive);