2 overrides of IsAlive
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
225
internal override bool
IsAlive
()
336
internal override bool
IsAlive
()
6 references to IsAlive
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
573
if (entry != null && !entry.
IsAlive
())
src\Framework\System\Windows\Controls\Frame.cs (1)
1227
if (JournalEntry.
IsAlive
()) // not serializable
src\Framework\System\Windows\Navigation\Journal.cs (2)
298
Debug.Assert(!(journalEntry.
IsAlive
() && journalEntry.JEGroupState.JournalDataStreams != null),
483
if (je.
IsAlive
())
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
303
if (!
IsAlive
())
322
if (
IsAlive
())