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