2 references to s_nameProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1386
get => WindowsFormsUtils.GetComponentName(this, Properties.GetValueOrDefault<string>(
s_nameProperty
));
1394
Properties.AddOrRemoveValue(
s_nameProperty
, value);