WPF. Binding inside listbox itemtemplate to ObservableCollection source. Source PropertyChanged is ignored
问题 I'm trying to create a ListBox that displays formatted text. I want to be able to change formatting from code. For displaying formatted text I chose TextBlock and intend to use the TextBlock.Inlines collection for formatting. TextBlock.Inlines is not bindable so I created new class BindableTextBlock derived from TextBlock. This class has one dependency property InlineList that I'm trying to bind to InlinesColl ObservableCollection in Model. The problem is that changes in InlinesColl don't