1 write to _acquireHwndFocusInMenuMode
PresentationCore (1)
System\Windows\InterOp\HwndSourceParameters.cs (1)
273
set {
_acquireHwndFocusInMenuMode
= value; }
1 reference to _acquireHwndFocusInMenuMode
PresentationCore (1)
System\Windows\InterOp\HwndSourceParameters.cs (1)
272
get { return
_acquireHwndFocusInMenuMode
?? HwndSource.DefaultAcquireHwndFocusInMenuMode; }