4 references to Text
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
165return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text;
src\Framework\System\Windows\Controls\ComboBox.cs (2)
607if (Text != text) 848string text = Text;
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
480return comboBox.Text;