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