4 references to HasFocus
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2127
if(
HasFocus
|| IsInExclusiveMenuMode)
2148
if(
HasFocus
)
2305
if (
HasFocus
|| IsInExclusiveMenuMode)
2361
bool hasFocus =
HasFocus
;