3 references to IsReadOnlyProperty
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
145get { return (bool)GetValue(IsReadOnlyProperty); } 146set { SetValue(IsReadOnlyProperty, value); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1844new PropertyAndTransferMode () { Property = RibbonComboBox.IsReadOnlyProperty, Mode = TransferMode.AlwaysTransfer },