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