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