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