Base:
property
Text
System.Windows.Forms.Control.Text
4 writes to Text
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
888Text = value 894control.Text = value; 912control.Text = value; 920control.Text = value;
11 references to Text
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1973return Text.Length != 0;
System.Windows.Forms.Tests (10)
System\Windows\Forms\AxHostTests.cs (10)
111Assert.Empty(control.Text); 205Assert.Empty(control.Text); 890Assert.Equal(expected, control.Text); 895Assert.Equal(expected, control.Text); 913Assert.Equal(expected, control.Text); 921Assert.Equal(expected, control.Text); 2542Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2547Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2565Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2573Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name);