4 references to HasFocus
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2128
if(
HasFocus
|| IsInExclusiveMenuMode)
2149
if(
HasFocus
)
2306
if (
HasFocus
|| IsInExclusiveMenuMode)
2362
bool hasFocus =
HasFocus
;