7 references to s_noDefault
System.Windows.Forms.Design (7)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (7)
97
if (_defaultValue !=
s_noDefault
)
142
if (_defaultValue ==
s_noDefault
)
171
return
s_noDefault
;
214
_defaultValue =
s_noDefault
;
230
_defaultValue =
s_noDefault
;
241
if (_defaultValue ==
s_noDefault
)
282
if (_defaultValue ==
s_noDefault
)