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