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