3 references to s_propBindingContext
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
384BindingContext? bc = (BindingContext?)Properties.GetObject(s_propBindingContext); 403if (Properties.GetObject(s_propBindingContext) != value) 405Properties.SetObject(s_propBindingContext, value);