2 writes to IsInExclusiveMenuMode
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
864
IsInExclusiveMenuMode
= !_acquireHwndFocusInMenuMode;
907
IsInExclusiveMenuMode
= false;
11 references to IsInExclusiveMenuMode
PresentationCore (11)
Core\CSharp\System\Windows\Interop\HwndSource.cs (11)
865
if(
IsInExclusiveMenuMode
)
895
if(
IsInExclusiveMenuMode
)
2046
if (!((IKeyboardInputSink)this).HasFocusWithin() && !
IsInExclusiveMenuMode
)
2085
if(
IsInExclusiveMenuMode
)
2110
if(
IsInExclusiveMenuMode
)
2149
if(
IsInExclusiveMenuMode
)
2401
IsInExclusiveMenuMode
)
2432
if (_keyboardInputSinkChildren != null && !
IsInExclusiveMenuMode
)
2471
if(HasFocus ||
IsInExclusiveMenuMode
)
2662
if (HasFocus ||
IsInExclusiveMenuMode
)
2720
IKeyboardInputSink focusSink = (hasFocus ||
IsInExclusiveMenuMode
) ? null : ChildSinkWithFocus;