5 references to KeepAliveProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Page.cs (1)
425JournalEntry.KeepAliveProperty.AddOwner(typeof(Page));
src\Framework\System\Windows\Navigation\JournalEntry.cs (4)
201/// <seealso cref="JournalEntry.KeepAliveProperty" /> 210return (bool)dependencyObject.GetValue(KeepAliveProperty); 218/// <seealso cref="JournalEntry.KeepAliveProperty" /> 228dependencyObject.SetValue(KeepAliveProperty, keepAlive);