2 writes to _style
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
1335
_style
|= bit;
1339
_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;
788
get => (
_style
& PInvoke.DTS_SHOWNONE) != 0;
800
get => (
_style
& PInvoke.DTS_UPDOWN) != 0;
1328
if (((
_style
& bit) != 0) == flag)