9 writes to TabStop
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
487this._iconPictureBox.TabStop = false;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
172_pictureBox.TabStop = false;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (3)
133this._pictureBox1.TabStop = false; 186this._pictureBox2.TabStop = false; 205this._pictureBox4.TabStop = false;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
113TabStop = false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
141TabStop = false,
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StyleEditorForm.cs (2)
345_infoPictureBox2.TabStop = false; 350_infoPictureBox1.TabStop = false;