1 write to Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
119owner.Text = value;
4 references to Text
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
126return OwningComboBox.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
398if (Text != text) 432if (Text != text) 471string text = Text;