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