4 references to HasFocus
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2143
if(
HasFocus
|| IsInExclusiveMenuMode)
2164
if(
HasFocus
)
2321
if (
HasFocus
|| IsInExclusiveMenuMode)
2377
bool hasFocus =
HasFocus
;