3 references to BindableTextBlock
Microsoft.VisualStudio.LanguageServices (3)
Utilities\BindableTextBlock.cs (3)
24DependencyProperty.Register(nameof(InlineCollection), typeof(IList<Inline>), typeof(BindableTextBlock), new UIPropertyMetadata(null, OnPropertyChanged)); 28var textBlock = (BindableTextBlock)sender;