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)
283 references to TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (20)
Microsoft.VisualStudio.LanguageServices (17)
Microsoft.VisualStudio.LanguageServices.CSharp (4)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
PresentationFramework (185)
System\Windows\Controls\TextBlock.cs (39)
318typeof(TextBlock),
328typographyProperties[i].OverrideMetadata(typeof(TextBlock), new FrameworkPropertyMetadata(onTypographyChanged));
331EventManager.RegisterClassHandler(typeof(TextBlock), RequestBringIntoViewEvent, new RequestBringIntoViewEventHandler(OnRequestBringIntoView));
332DefaultStyleKeyProperty.OverrideMetadata(typeof(TextBlock), new FrameworkPropertyMetadata(typeof(TextBlock)));
531typeof(TextBlock),
576typeof(TextBlock),
602TextBlock textblock = (TextBlock)d;
633TextElement.FontFamilyProperty.AddOwner(typeof(TextBlock));
673TextElement.FontStyleProperty.AddOwner(typeof(TextBlock));
712TextElement.FontWeightProperty.AddOwner(typeof(TextBlock));
751TextElement.FontStretchProperty.AddOwner(typeof(TextBlock));
791typeof(TextBlock));
834typeof(TextBlock));
874typeof(TextBlock),
894typeof(TextBlock),
914typeof(TextBlock),
932Block.LineHeightProperty.AddOwner(typeof(TextBlock));
972Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
1011typeof(TextBlock),
1029Block.TextAlignmentProperty.AddOwner(typeof(TextBlock));
1071typeof(TextBlock),
1095typeof(TextBlock),
1115Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
2805((TextBlock) d).SetFlags(true, Flags.IsTypographySet);
3475TextBlock textBlock = sender as TextBlock;
3480if (TextBlock.ContainsContentElement(textBlock, child))
3502private static bool ContainsContentElement(TextBlock textBlock, ContentElement element)
3724TextBlock tb = parent as TextBlock;
3917internal ComplexContent(TextBlock owner, ITextContainer textContainer, bool foreignTextContianer, string content)
3932TextBlock.InsertTextRun(this.TextContainer.End, content, /*whitespacesIgnorable:*/false);
3945internal void Detach(TextBlock owner)
4060TextBlock tb = (TextBlock) d;
4092TextBlock text = (TextBlock) d;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (39)
3434Type type = typeof(System.Windows.Controls.TextBlock);
3435DependencyProperty dp = System.Windows.Controls.TextBlock.BackgroundProperty;
3437this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3451Type type = typeof(System.Windows.Controls.TextBlock);
3452DependencyProperty dp = System.Windows.Controls.TextBlock.FontFamilyProperty;
3454this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3468Type type = typeof(System.Windows.Controls.TextBlock);
3469DependencyProperty dp = System.Windows.Controls.TextBlock.FontSizeProperty;
3471this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3485Type type = typeof(System.Windows.Controls.TextBlock);
3486DependencyProperty dp = System.Windows.Controls.TextBlock.FontStretchProperty;
3488this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3502Type type = typeof(System.Windows.Controls.TextBlock);
3503DependencyProperty dp = System.Windows.Controls.TextBlock.FontStyleProperty;
3505this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3519Type type = typeof(System.Windows.Controls.TextBlock);
3520DependencyProperty dp = System.Windows.Controls.TextBlock.FontWeightProperty;
3522this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3536Type type = typeof(System.Windows.Controls.TextBlock);
3537DependencyProperty dp = System.Windows.Controls.TextBlock.ForegroundProperty;
3539this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3553Type type = typeof(System.Windows.Controls.TextBlock);
3554DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
3556this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3570Type type = typeof(System.Windows.Controls.TextBlock);
3571DependencyProperty dp = System.Windows.Controls.TextBlock.TextDecorationsProperty;
3573this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3587Type type = typeof(System.Windows.Controls.TextBlock);
3588DependencyProperty dp = System.Windows.Controls.TextBlock.TextTrimmingProperty;
3590this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
3604Type type = typeof(System.Windows.Controls.TextBlock);
3605DependencyProperty dp = System.Windows.Controls.TextBlock.TextWrappingProperty;
3607this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
5892Type type = typeof(System.Windows.Controls.TextBlock);
5894this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
5900bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.TextBlock)target).Inlines; };
7401Type type = typeof(System.Windows.Controls.TextBlock);
7402DependencyProperty dp = System.Windows.Controls.TextBlock.TextAlignmentProperty;
7404this.GetXamlType(typeof(System.Windows.Controls.TextBlock)), // DeclaringType
PresentationUI (26)
Roslyn.VisualStudio.DiagnosticsWindow (1)
System.Windows.Controls.Ribbon (23)
WindowsFormsIntegration (2)