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