3 implementations of ShouldProvideLineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
304public bool ShouldProvideLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1047public bool ShouldProvideLineInfo
System\Xaml\WriterDelegate.cs (1)
106public bool ShouldProvideLineInfo
5 references to ShouldProvideLineInfo
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (1)
149&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Windows\Markup\XamlReader.cs (2)
393&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo)) 585&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (1)
239&& (xamlLineInfoConsumer is not null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Xaml\XamlServices.cs (1)
104&& (xamlLineInfoConsumer is not null && xamlLineInfoConsumer.ShouldProvideLineInfo))