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