3 implementations of ShouldProvideLineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
305public bool ShouldProvideLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1027public bool ShouldProvideLineInfo
System\Xaml\WriterDelegate.cs (1)
107public bool ShouldProvideLineInfo
5 references to ShouldProvideLineInfo
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (1)
154&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Windows\Markup\XamlReader.cs (2)
406&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo)) 602&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (1)
233&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))
System\Xaml\XamlServices.cs (1)
105&& (xamlLineInfoConsumer != null && xamlLineInfoConsumer.ShouldProvideLineInfo))