4 references to CriticalCurrentSources
PresentationCore (3)
MS\Internal\Automation\EventMap.cs (1)
253
foreach (PresentationSource source in PresentationSource.
CriticalCurrentSources
)
System\Windows\InterOp\HwndSource.cs (1)
676
foreach (PresentationSource source in PresentationSource.
CriticalCurrentSources
)
System\Windows\PresentationSource.cs (1)
373
return
CriticalCurrentSources
;
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
1305
foreach (PresentationSource source in PresentationSource.
CriticalCurrentSources
)