1 write to _assertAppRequirementsEvent
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
501
_assertAppRequirementsEvent
= new ManualResetEvent(false);
2 references to _assertAppRequirementsEvent
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (2)
605
_assertAppRequirementsEvent
.Set();
914
_assertAppRequirementsEvent
.WaitOne();