2 references to s_propSourceControl
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
753
get => Properties.GetValueOrDefault<Control>(
s_propSourceControl
);
754
set => Properties.AddOrRemoveValue(
s_propSourceControl
, value);