2 references to IsReadOnlyProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
395get { return (bool) GetValue(IsReadOnlyProperty); } 396set { SetValue(IsReadOnlyProperty, BooleanBoxes.Box(value)); }