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