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)
393cp.Style |= (int)_style; 478get => (_style & PInvoke.DTS_RIGHTALIGN) != 0 ? LeftRightAlignment.Right : LeftRightAlignment.Left; 790get => (_style & PInvoke.DTS_SHOWNONE) != 0; 802get => (_style & PInvoke.DTS_UPDOWN) != 0; 1330if (((_style & bit) != 0) == flag)