1 write to LoadComponentCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
995protected override void LoadComponent() => LoadComponentCallCount++;
15 references to LoadComponentCallCount
System.Windows.Forms.Tests (15)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (15)
475Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 483Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 522Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 529Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 537Assert.Equal(expectedLoadComponentCallCount, control.LoadComponentCallCount); 553Assert.Equal(0, control.LoadComponentCallCount); 561Assert.Equal(0, control.LoadComponentCallCount); 723Assert.Equal(0, control.LoadComponentCallCount); 739Assert.Equal(0, control.LoadComponentCallCount); 751Assert.Equal(0, control.LoadComponentCallCount); 758Assert.Equal(0, control.LoadComponentCallCount); 818Assert.Equal(0, control.LoadComponentCallCount); 826Assert.Equal(0, control.LoadComponentCallCount); 834Assert.Equal(0, control.LoadComponentCallCount); 842Assert.Equal(0, control.LoadComponentCallCount);