1 instantiation of SubControl
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlBindingsCollectionTests.cs (1)
102using SubControl control = new();
4 references to SubControl
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlBindingsCollectionTests.cs (4)
102using SubControl control = new(); 104Binding binding1 = new(nameof(SubControl.Text), 1, "dataMember"); 105Binding binding2 = new(nameof(SubControl.AccessibleRole), 1, "dataMember"); 108Binding binding5 = new(nameof(SubControl.text), 1, "dataMember");