1 type derived from TextBlock
Microsoft.VisualStudio.LanguageServices (1)
20 instantiations of TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Microsoft.VisualStudio.LanguageServices (3)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
PresentationFramework (9)
PresentationUI (2)
Roslyn.VisualStudio.DiagnosticsWindow (2)
273 references to TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (20)
Microsoft.VisualStudio.LanguageServices (17)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
PresentationFramework (183)
System\Windows\Controls\TextBlock.cs (39)
306typeof(TextBlock),
316typographyProperties[i].OverrideMetadata(typeof(TextBlock), new FrameworkPropertyMetadata(onTypographyChanged));
319EventManager.RegisterClassHandler(typeof(TextBlock), RequestBringIntoViewEvent, new RequestBringIntoViewEventHandler(OnRequestBringIntoView));
320DefaultStyleKeyProperty.OverrideMetadata(typeof(TextBlock), new FrameworkPropertyMetadata(typeof(TextBlock)));
519typeof(TextBlock),
564typeof(TextBlock),
590TextBlock textblock = (TextBlock)d;
621TextElement.FontFamilyProperty.AddOwner(typeof(TextBlock));
661TextElement.FontStyleProperty.AddOwner(typeof(TextBlock));
700TextElement.FontWeightProperty.AddOwner(typeof(TextBlock));
739TextElement.FontStretchProperty.AddOwner(typeof(TextBlock));
779typeof(TextBlock));
822typeof(TextBlock));
862typeof(TextBlock),
882typeof(TextBlock),
902typeof(TextBlock),
920Block.LineHeightProperty.AddOwner(typeof(TextBlock));
960Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
999typeof(TextBlock),
1017Block.TextAlignmentProperty.AddOwner(typeof(TextBlock));
1059typeof(TextBlock),
1083typeof(TextBlock),
1103Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
2784((TextBlock) d).SetFlags(true, Flags.IsTypographySet);
3456TextBlock textBlock = sender as TextBlock;
3461if (TextBlock.ContainsContentElement(textBlock, child))
3483private static bool ContainsContentElement(TextBlock textBlock, ContentElement element)
3705TextBlock tb = parent as TextBlock;
3898internal ComplexContent(TextBlock owner, ITextContainer textContainer, bool foreignTextContianer, string content)
3913TextBlock.InsertTextRun(this.TextContainer.End, content, /*whitespacesIgnorable:*/false);
3926internal void Detach(TextBlock owner)
4041TextBlock tb = (TextBlock) d;
4073TextBlock text = (TextBlock) d;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (39)
3574Type type = typeof(System.Windows.Controls.TextBlock);
3575DependencyProperty dp = System.Windows.Controls.TextBlock.BackgroundProperty;
3577this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3593Type type = typeof(System.Windows.Controls.TextBlock);
3594DependencyProperty dp = System.Windows.Controls.TextBlock.FontFamilyProperty;
3596this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3612Type type = typeof(System.Windows.Controls.TextBlock);
3613DependencyProperty dp = System.Windows.Controls.TextBlock.FontSizeProperty;
3615this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3631Type type = typeof(System.Windows.Controls.TextBlock);
3632DependencyProperty dp = System.Windows.Controls.TextBlock.FontStretchProperty;
3634this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3650Type type = typeof(System.Windows.Controls.TextBlock);
3651DependencyProperty dp = System.Windows.Controls.TextBlock.FontStyleProperty;
3653this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3669Type type = typeof(System.Windows.Controls.TextBlock);
3670DependencyProperty dp = System.Windows.Controls.TextBlock.FontWeightProperty;
3672this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3688Type type = typeof(System.Windows.Controls.TextBlock);
3689DependencyProperty dp = System.Windows.Controls.TextBlock.ForegroundProperty;
3691this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3707Type type = typeof(System.Windows.Controls.TextBlock);
3708DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
3710this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3726Type type = typeof(System.Windows.Controls.TextBlock);
3727DependencyProperty dp = System.Windows.Controls.TextBlock.TextDecorationsProperty;
3729this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3745Type type = typeof(System.Windows.Controls.TextBlock);
3746DependencyProperty dp = System.Windows.Controls.TextBlock.TextTrimmingProperty;
3748this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3764Type type = typeof(System.Windows.Controls.TextBlock);
3765DependencyProperty dp = System.Windows.Controls.TextBlock.TextWrappingProperty;
3767this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
6302Type type = typeof(System.Windows.Controls.TextBlock);
6304this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
6311GetDelegate = delegate (object target) { return ((System.Windows.Controls.TextBlock)target).Inlines; },
7979Type type = typeof(System.Windows.Controls.TextBlock);
7980DependencyProperty dp = System.Windows.Controls.TextBlock.TextAlignmentProperty;
7982this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
PresentationUI (26)
Roslyn.VisualStudio.DiagnosticsWindow (1)
System.Windows.Controls.Ribbon (23)
WindowsFormsIntegration (2)