2 writes to IsReadOnly
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
274IsReadOnly = true,
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
484IsReadOnly = false;
2 references to IsReadOnly
PresentationFramework (1)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
169return !owner.IsEnabled || owner.IsReadOnly;
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
550if (owner.IsReadOnly)