2 references to s_namePropertyProperty
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
2595
string? name = Properties.GetValueOrDefault<string>(
s_namePropertyProperty
);
2603
set => Properties.AddOrRemoveString(
s_namePropertyProperty
, value);