1 write to IsReadOnly
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
495
IsReadOnly
= false;
2 references to IsReadOnly
PresentationFramework (1)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
170
return !owner.IsEnabled || owner.
IsReadOnly
;
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
561
if (owner.
IsReadOnly
)