2 references to Binding
DesignSurface (1)
MainForm.cs (1)
367
richTextBox.DataBindings.Add(new
Binding
("Text", bindingSource, "Text", true, DataSourceUpdateMode.OnPropertyChanged));
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingTests.cs (1)
82
Binding binding =
new
(propertyName, dataSource, dataMember, formattingEnabled, dataSourceUpdateMode);