1 write to _tabOrder
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\TabOrderTests.cs (1)
47_tabOrder = new(_mockHost.Object);
48 references to _tabOrder
System.Windows.Forms.Design.Tests (48)
System\Windows\Forms\Design\TabOrderTests.cs (48)
56_tabOrder.Dispose(); 62dynamic accessor = _tabOrder.TestAccessor().Dynamic; 64_tabOrder.Should().NotBeNull(); 73_mockOverlayService.Verify(os => os.PushOverlay(_tabOrder), Times.Once); 76_mockEventHandlerService.Verify(ehs => ehs.PushHandler(_tabOrder), Times.Once); 81_tabOrder.CreateControl(); 82_tabOrder.IsHandleCreated.Should().BeTrue(); 88_tabOrder.CreateControl(); 89_tabOrder.IsHandleCreated.Should().BeTrue(); 91Record.Exception(() => _tabOrder.OnMouseDoubleClick(ComponentMock.Object)).Should().BeNull(); 97_tabOrder.CreateControl(); 98_tabOrder.IsHandleCreated.Should().BeTrue(); 100dynamic accessor = _tabOrder.TestAccessor().Dynamic; 103_tabOrder.OnMouseDown(ComponentMock.Object, MouseButtons.Left, 0, 0); 112_tabOrder.CreateControl(); 113_tabOrder.IsHandleCreated.Should().BeTrue(); 115Record.Exception(() => _tabOrder.OnMouseHover(ComponentMock.Object)).Should().BeNull(); 121_tabOrder.CreateControl(); 122_tabOrder.IsHandleCreated.Should().BeTrue(); 125dynamic accessor = _tabOrder.TestAccessor().Dynamic; 128_tabOrder.OnMouseMove(ComponentMock.Object, 10, 10); 136_tabOrder.CreateControl(); 137_tabOrder.IsHandleCreated.Should().BeTrue(); 139Record.Exception(() => _tabOrder.OnMouseUp(ComponentMock.Object, MouseButtons.Left)).Should().BeNull(); 145_tabOrder.CreateControl(); 146_tabOrder.IsHandleCreated.Should().BeTrue(); 148Record.Exception(() => _tabOrder.OnSetCursor(ComponentMock.Object)).Should().BeNull(); 154_tabOrder.CreateControl(); 155_tabOrder.IsHandleCreated.Should().BeTrue(); 157dynamic accessor = _tabOrder.TestAccessor().Dynamic; 159_tabOrder.OnSetCursor(ComponentMock.Object); 164_tabOrder.OnSetCursor(ComponentMock.Object); 171_tabOrder.CreateControl(); 172_tabOrder.IsHandleCreated.Should().BeTrue(); 176dynamic accessor = _tabOrder.TestAccessor().Dynamic; 182_tabOrder.OverrideInvoke(menuCommand).Should().BeTrue(); 189_tabOrder.CreateControl(); 190_tabOrder.IsHandleCreated.Should().BeTrue(); 194dynamic accessor = _tabOrder.TestAccessor().Dynamic; 200_tabOrder.OverrideInvoke(mockCommand.Object).Should().BeFalse(); 207_tabOrder.CreateControl(); 208_tabOrder.IsHandleCreated.Should().BeTrue(); 212dynamic accessor = _tabOrder.TestAccessor().Dynamic; 218_tabOrder.OverrideStatus(mockCommand.Object).Should().BeTrue(); 225_tabOrder.CreateControl(); 226_tabOrder.IsHandleCreated.Should().BeTrue(); 230dynamic accessor = _tabOrder.TestAccessor().Dynamic; 236_tabOrder.OverrideStatus(mockCommand.Object).Should().BeTrue();