1 write to Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
123owner.Text = value;
4 references to Text
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
130return OwningComboBox.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
402if (Text != text) 436if (Text != text) 475string text = Text;