31 writes to Text
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
72Text = ServicesVSResources.Multiple_members_are_inherited
PreviewPane\PreviewPane.xaml.cs (1)
273Text = previewContent,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\IndentationViewModel.cs (1)
87Items.Add(new TextBlock() { Text = CSharpVSResources.Label_Indentation });
PresentationFramework (7)
System\Windows\Controls\ContentPresenter.cs (3)
1109textBlock.Text = String.Format(culture, stringFormat, content); 1123textBlock.Text = (string)tc.ConvertTo(context, culture, content, typeof(string)); 1128textBlock.Text = String.Format(culture, "{0}", content);
System\Windows\Controls\Primitives\Popup.cs (1)
1313Text = text
System\Windows\Controls\TextBlock.cs (1)
178Text += text;
System\Windows\Documents\InlineCollection.cs (1)
195textBlock.Text += text;
System\windows\Documents\TextEditorContextMenu.cs (1)
492Text = suggestion
PresentationUI (11)
InstallationError.xaml.cs (2)
52txtTitle.Text = value; 68Text.Text = value;
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
172_infoBarText.Text = resources.Text;
TenFeetInstallationError.xaml.cs (2)
54txtTitle.Text = value; 70Text.Text = value;
TenFeetInstallationProgress.xaml.cs (6)
76DownloadFrom.Text = (value as Uri).ToString(); 94ApplicationNameText.Text = _application; 110PublisherText.Text = _publisher; 120CurrentBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarKiloBytesStringFormat, (bytesDownloaded / 1024)); 121TotalBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarKiloBytesStringFormat, (bytesTotal / 1024)); 127ProgressBarStatusText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarPercentageStringFormat, percentDone);
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
41lowMemoryGroup.Children.Add(new TextBlock { Text = "megabytes of extra memory in devenv.exe" });
PerfMargin\PerfMarginPanel.cs (1)
103label.Text = item.Name;
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (8)
272_textBlock1.Text = null; 276_textBlock2.Text = this.Text; 304_textBlock1.Text = firstLineText; 309_textBlock2.Text = secondLineText; 318_textBlock1.Text = this.Text; 322_textBlock2.Text = null; 340_textBlock1.Text = this.Text; 376_textBlock1.Text = this.Text;
12 references to Text
PresentationFramework (6)
MS\Internal\LayoutDump.cs (1)
489DumpTextRange(writer, text.Text);
System\Windows\Controls\ComboBox.cs (1)
1599strValue = text.Text;
System\Windows\Controls\TextBlock.cs (4)
226return new SimpleContentEnumerator(Text); 556/// DependencyProperty for <see cref="Text" /> property. 2843line = new SimpleLine(this, Text, lineProperties.DefaultTextRunProperties); 2869_complexContent = new ComplexContent(this, textContainer, false, Text);
PresentationUI (4)
InstallationError.xaml.cs (2)
56return txtTitle.Text; 72return Text.Text;
TenFeetInstallationError.xaml.cs (2)
58return txtTitle.Text; 74return Text.Text;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
853strValue = text.Text;
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
646return textBlock.Text;