3 writes to Text
PresentationUI (3)
MS\Internal\Documents\Application\ZoomComboBox.cs (3)
132this.Text = zoomString; 280Text = ((ComboBoxItem)SelectedItem).Content.ToString(); 557owner.Text = value;
6 references to Text
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
298submitButton.Click += (_, _) => SubmitCopilotQuery(promptTextBox.Text, modelPicker.Text);
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
157return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text;
System\Windows\Controls\ComboBox.cs (2)
588if (Text != text) 827string text = Text;
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
473return comboBox.Text;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1741if (StringToZoomValue(ZoomComboBox.Text, out result))