1 write to LoadComponentCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
997protected override void LoadComponent() => LoadComponentCallCount++;
15 references to LoadComponentCallCount
System.Windows.Forms.Tests (15)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (15)
477Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 485Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 524Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 531Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 539Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 555Assert.Equal(0, control.LoadComponentCallCount); 563Assert.Equal(0, control.LoadComponentCallCount); 725Assert.Equal(0, control.LoadComponentCallCount); 741Assert.Equal(0, control.LoadComponentCallCount); 753Assert.Equal(0, control.LoadComponentCallCount); 760Assert.Equal(0, control.LoadComponentCallCount); 820Assert.Equal(0, control.LoadComponentCallCount); 828Assert.Equal(0, control.LoadComponentCallCount); 836Assert.Equal(0, control.LoadComponentCallCount); 844Assert.Equal(0, control.LoadComponentCallCount);