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