31 writes to Text
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
72Text = ServicesVSResources.Multiple_members_are_inherited
PreviewPane\PreviewPane.xaml.cs (1)
272Text = 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)
1110textBlock.Text = String.Format(culture, stringFormat, content); 1124textBlock.Text = (string)tc.ConvertTo(context, culture, content, typeof(string)); 1129textBlock.Text = String.Format(culture, "{0}", content);
System\Windows\Controls\Primitives\Popup.cs (1)
1314Text = text
System\Windows\Controls\TextBlock.cs (1)
179Text = Text + text;
System\Windows\Documents\InlineCollection.cs (1)
196textBlock.Text = textBlock.Text + text;
System\windows\Documents\TextEditorContextMenu.cs (1)
493Text = suggestion
PresentationUI (11)
InstallationError.xaml.cs (2)
53txtTitle.Text = value; 69Text.Text = value;
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
173_infoBarText.Text = resources.Text;
TenFeetInstallationError.xaml.cs (2)
55txtTitle.Text = value; 71Text.Text = value;
TenFeetInstallationProgress.xaml.cs (6)
77DownloadFrom.Text = (value as Uri).ToString(); 95ApplicationNameText.Text = _application; 111PublisherText.Text = _publisher; 121CurrentBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarKiloBytesStringFormat, (bytesDownloaded / 1024)); 122TotalBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarKiloBytesStringFormat, (bytesTotal / 1024)); 128ProgressBarStatusText.Text = String.Format(CultureInfo.CurrentCulture, SR.ProgressBarPercentageStringFormat, percentDone);
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
42lowMemoryGroup.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)
273_textBlock1.Text = null; 277_textBlock2.Text = this.Text; 305_textBlock1.Text = firstLineText; 310_textBlock2.Text = secondLineText; 319_textBlock1.Text = this.Text; 323_textBlock2.Text = null; 341_textBlock1.Text = this.Text; 377_textBlock1.Text = this.Text;
14 references to Text
PresentationFramework (8)
MS\Internal\LayoutDump.cs (1)
490DumpTextRange(writer, text.Text);
System\Windows\Controls\ComboBox.cs (1)
1600strValue = text.Text;
System\Windows\Controls\TextBlock.cs (5)
179Text = Text + text; 227return new SimpleContentEnumerator(Text); 557/// DependencyProperty for <see cref="Text" /> property. 2844line = new SimpleLine(this, Text, lineProperties.DefaultTextRunProperties); 2870_complexContent = new ComplexContent(this, textContainer, false, Text);
System\Windows\Documents\InlineCollection.cs (1)
196textBlock.Text = textBlock.Text + text;
PresentationUI (4)
InstallationError.xaml.cs (2)
57return txtTitle.Text; 73return Text.Text;
TenFeetInstallationError.xaml.cs (2)
59return txtTitle.Text; 75return Text.Text;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
854strValue = text.Text;
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
647return textBlock.Text;