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