1 write to _menuDropAlignment
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1098
if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETMENUDROPALIGNMENT, 0, ref
_menuDropAlignment
, 0))
1 reference to _menuDropAlignment
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1108
return
_menuDropAlignment
;