9 writes to TabStop
PresentationUI (3)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
527this._documentDetailBox.TabStop = false; 650this._fileSystemBox.TabStop = false;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
125this.groupBoxMainContent.TabStop = false;
System.Windows.Forms (1)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
38TabStop = false;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
208_groupBoxMode.TabStop = false;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
225_previewGroupBox.TabStop = false;
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
63formatGroupBox.TabStop = false; 95sampleGroupBox.TabStop = false;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
378_sizeTypeGroupBox.TabStop = false;