21 writes to StringProperty
System.Windows.Forms.Design.Tests (21)
System\ComponentModel\Design\ComponentDesignerTests.cs (21)
768StringProperty = "StringValue" 772StringProperty = string.Empty 776StringProperty = null 857component1.StringProperty = "StringValue"; 858component2.StringProperty = string.Empty; 859component3.StringProperty = null; 889StringProperty = value 987StringProperty = "StringValue" 991StringProperty = string.Empty 995StringProperty = null 1086component1.StringProperty = "StringValue"; 1087component2.StringProperty = string.Empty; 1088component3.StringProperty = null; 1116StringProperty = "StringValue" 1209StringProperty = "StringValue" 1295StringProperty = "StringValue" 1385StringProperty = "StringValue" 1492StringProperty = "StringValue" 1599StringProperty = "StringValue" 1875StringProperty = "StringValue" 3051set => StringProperty = (string)value;
37 references to StringProperty
System.Windows.Forms.Design.Tests (37)
System\ComponentModel\Design\ComponentDesignerTests.cs (37)
740foreach (string property in new string[] { nameof(DefaultEventComponent.StringProperty) }) 849Assert.Equal("StringValue", component1.StringProperty); 851Assert.Empty(component2.StringProperty); 853Assert.Equal(uniqueMethodName, component3.StringProperty); 870Assert.Equal("StringValue", component1.StringProperty); 872Assert.Empty(component2.StringProperty); 874Assert.Equal(uniqueMethodName, component3.StringProperty); 894.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 963Assert.Equal(uniqueName, component.StringProperty); 976Assert.Equal(uniqueName, component.StringProperty); 1078Assert.Equal("StringValue", component1.StringProperty); 1080Assert.Empty(component2.StringProperty); 1082Assert.Equal(uniqueMethodName, component3.StringProperty); 1102Assert.Equal("StringValue", component1.StringProperty); 1104Assert.Empty(component2.StringProperty); 1106Assert.Equal(uniqueMethodName, component3.StringProperty); 1121.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1181Assert.Equal("StringValue", component.StringProperty); 1192Assert.Equal("StringValue", component.StringProperty); 1214.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1274Assert.Equal("StringValue", component.StringProperty); 1285Assert.Equal("StringValue", component.StringProperty); 1305.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1364Assert.Equal("StringValue", component.StringProperty); 1375Assert.Equal("StringValue", component.StringProperty); 1395.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1461Assert.Equal("StringValue", component.StringProperty); 1474Assert.Equal("StringValue", component.StringProperty); 1502.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1568Assert.Equal("StringValue", component.StringProperty); 1581Assert.Equal("StringValue", component.StringProperty); 1662Assert.Equal("StringValue", component.StringProperty); 1672Assert.Equal("StringValue", component.StringProperty); 1885.Returns(TypeDescriptor.GetProperties(typeof(DefaultEventComponent))[nameof(DefaultEventComponent.StringProperty)]) 1935Assert.Equal("StringValue", component.StringProperty); 1947Assert.Equal("StringValue", component.StringProperty); 3050get => StringProperty;