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