1 write to TabStop
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
590set => base.TabStop = value;
3 references to TabStop
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
589get => base.TabStop;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
150Assert.True(control.TabStop);
System\Windows\Forms\FormTests.cs (1)
152Assert.True(control.TabStop);