1 write to _isMenuDropRightAligned
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3518
_isMenuDropRightAligned
= UnsafeNativeMethods.GetSystemMetrics(SM.MENUDROPALIGNMENT) != 0;
2 references to _isMenuDropRightAligned
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3522
return
_isMenuDropRightAligned
;
5249
changed |=
_isMenuDropRightAligned
!= IsMenuDropRightAligned;