3 writes to Text
PresentationUI (3)
MS\Internal\Documents\Application\ZoomComboBox.cs (3)
139this.Text = zoomString; 287Text = ((ComboBoxItem)SelectedItem).Content.ToString(); 570owner.Text = value;
5 references to Text
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
170return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text;
System\Windows\Controls\ComboBox.cs (2)
606if (Text != text) 846string text = Text;
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
479return comboBox.Text;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1738if (StringToZoomValue(ZoomComboBox.Text, out result))