3 implementations of ShouldProvideLineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
304public bool ShouldProvideLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1020public bool ShouldProvideLineInfo
System\Xaml\WriterDelegate.cs (1)
107public bool ShouldProvideLineInfo
5 references to ShouldProvideLineInfo
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (1)
153&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Windows\Markup\XamlReader.cs (2)
393&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo)) 589&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (1)
232&& (xamlLineInfoConsumer is not null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Xaml\XamlServices.cs (1)
105&& (xamlLineInfoConsumer is not null && xamlLineInfoConsumer.ShouldProvideLineInfo))