2 writes to _style
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
1337
_style
|= bit;
1341
_style
&= ~bit;
5 references to _style
System.Windows.Forms (5)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (5)
393
cp.Style |= (int)
_style
;
478
get => (
_style
& PInvoke.DTS_RIGHTALIGN) != 0 ? LeftRightAlignment.Right : LeftRightAlignment.Left;
790
get => (
_style
& PInvoke.DTS_SHOWNONE) != 0;
802
get => (
_style
& PInvoke.DTS_UPDOWN) != 0;
1330
if (((
_style
& bit) != 0) == flag)