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