4 references to STATE_MIRRORED
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
3174
SetState(
STATE_MIRRORED
, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0);
3176
return GetState(
STATE_MIRRORED
);
5801
SetState(
STATE_MIRRORED
, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0);
12752
SetState(
STATE_MIRRORED
, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0);