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