2 references to s_runtimeType
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1018
if (type is not null && type.GetType() !=
s_runtimeType
)
1157
if (dsType is not null && dsType.GetType() !=
s_runtimeType
)