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