4 references to HasFocus
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2148if(HasFocus || IsInExclusiveMenuMode) 2169if(HasFocus) 2326if (HasFocus || IsInExclusiveMenuMode) 2382bool hasFocus = HasFocus;