3 writes to Text
PresentationUI (3)
MS\Internal\Documents\Application\ZoomComboBox.cs (3)
133this.Text = zoomString; 281Text = ((ComboBoxItem)SelectedItem).Content.ToString(); 558owner.Text = value;
5 references to Text
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
158return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text;
System\Windows\Controls\ComboBox.cs (2)
589if (Text != text) 828string text = Text;
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
474return comboBox.Text;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1742if (StringToZoomValue(ZoomComboBox.Text, out result))