4 writes to IsTabStop
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Preview\PreviewFactoryService.cs (1)
102host.HostControl.IsTabStop = true;
PresentationFramework (2)
MS\Internal\Controls\TemplatedAdorner.cs (1)
55control.IsTabStop = false; // Tab should not get into adorner layer
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
181watermarkControl.IsTabStop = false;
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
499IsTabStop = false;