3 references to PropBindingContext
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
477BindingContext bc = (BindingContext) this.Properties.GetObject(PropBindingContext); 491if (this.Properties.GetObject(PropBindingContext) != value) { 492this.Properties.SetObject(PropBindingContext, value);