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