Base:
property
Text
System.Windows.Forms.Control.Text
4 writes to Text
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
886Text = value 892control.Text = value; 910control.Text = value; 918control.Text = value;
11 references to Text
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1972return Text.Length != 0;
System.Windows.Forms.Tests (10)
System\Windows\Forms\AxHostTests.cs (10)
109Assert.Empty(control.Text); 203Assert.Empty(control.Text); 888Assert.Equal(expected, control.Text); 893Assert.Equal(expected, control.Text); 911Assert.Equal(expected, control.Text); 919Assert.Equal(expected, control.Text); 2540Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2545Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2563Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name); 2571Assert.Equal(nameof(AxHost.Text), propertyDescriptor.Name);