10 references to DateTimeEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DateTimeEditor))]
System.Windows.Forms.Design.Tests (9)
EnsureEditorsTests.cs (9)
57[InlineData(typeof(DateTime), typeof(DateTimeEditor))] 94[InlineData(typeof(DateTimePicker), "MaxDate", typeof(DateTimeEditor))] 95[InlineData(typeof(DateTimePicker), "MinDate", typeof(DateTimeEditor))] 96[InlineData(typeof(DateTimePicker), "Value", typeof(DateTimeEditor))] 118[InlineData(typeof(MonthCalendar), "MaxDate", typeof(DateTimeEditor))] 119[InlineData(typeof(MonthCalendar), "MinDate", typeof(DateTimeEditor))] 120[InlineData(typeof(MonthCalendar), "SelectionEnd", typeof(DateTimeEditor))] 121[InlineData(typeof(MonthCalendar), "SelectionStart", typeof(DateTimeEditor))] 122[InlineData(typeof(MonthCalendar), "TodayDate", typeof(DateTimeEditor))]