2 references to DTS_SHOWNONE
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
788get => (_style & PInvoke.DTS_SHOWNONE) != 0; 789set => SetStyleBit(value, PInvoke.DTS_SHOWNONE);