2 overrides of IsAlive
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
210
internal override bool
IsAlive
()
315
internal override bool
IsAlive
()
5 references to IsAlive
PresentationFramework (5)
System\Windows\Controls\Frame.cs (1)
1191
if (JournalEntry.
IsAlive
()) // not serializable
System\Windows\Navigation\Journal.cs (2)
273
Debug.Assert(!(journalEntry.
IsAlive
() && journalEntry.JEGroupState.JournalDataStreams != null),
459
if (je.
IsAlive
())
System\Windows\Navigation\JournalEntry.cs (2)
261
if (!
IsAlive
())
279
if (
IsAlive
())