2 overrides of IsAlive
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
209internal override bool IsAlive() 314internal override bool IsAlive()
5 references to IsAlive
PresentationFramework (5)
System\Windows\Controls\Frame.cs (1)
1190if (JournalEntry.IsAlive()) // not serializable
System\Windows\Navigation\Journal.cs (2)
272Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.JournalDataStreams != null), 458if (je.IsAlive())
System\Windows\Navigation\JournalEntry.cs (2)
260if (!IsAlive()) 278if (IsAlive())