2 references to s_cacheTextFieldProperty
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1130
Properties.AddOrRemoveValue(
s_cacheTextFieldProperty
, _text);
1141
_text = Properties.GetValueOrDefault<string?>(
s_cacheTextFieldProperty
);