6 implementations of HasLineInfo
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
228bool IXamlLineInfo.HasLineInfo
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
395public bool HasLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
308public bool HasLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
64public bool HasLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
304public bool HasLineInfo
System\Xaml\XamlSubreader.cs (1)
78public bool HasLineInfo
8 references to HasLineInfo
PresentationFramework (4)
System\Windows\Markup\WpfXamlLoader.cs (2)
86if (ixli != null && ixli.HasLineInfo) 152if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System\Windows\Markup\XamlReader.cs (2)
392if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo) 588if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (2)
54_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).HasLineInfo; 231if ((xamlLineInfo is not null && xamlLineInfo.HasLineInfo)
System\Xaml\XamlServices.cs (1)
104if ((xamlLineInfo is not null && xamlLineInfo.HasLineInfo)
System\Xaml\XamlSubreader.cs (1)
86return _lineInfoReader.HasLineInfo;