1 write to _isMenuDropRightAligned
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4018
_isMenuDropRightAligned
= UnsafeNativeMethods.GetSystemMetrics(SM.MENUDROPALIGNMENT) != 0;
2 references to _isMenuDropRightAligned
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4022
return
_isMenuDropRightAligned
;
5824
changed |=
_isMenuDropRightAligned
!= IsMenuDropRightAligned;