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