4 references to HasFocus
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
2471
if(
HasFocus
|| IsInExclusiveMenuMode)
2497
if(
HasFocus
)
2662
if (
HasFocus
|| IsInExclusiveMenuMode)
2719
bool hasFocus =
HasFocus
;