1 write to Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
120owner.Text = value;
4 references to Text
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
127return OwningComboBox.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
400if (Text != text) 434if (Text != text) 473string text = Text;