6 implementations of HasLineInfo
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
232bool IXamlLineInfo.HasLineInfo
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
397public bool HasLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
310public bool HasLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
64public bool HasLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
305public bool HasLineInfo
System\Xaml\XamlSubreader.cs (1)
78public bool HasLineInfo
8 references to HasLineInfo
PresentationFramework (4)
System\Windows\Markup\WpfXamlLoader.cs (2)
87if (ixli != null && ixli.HasLineInfo) 153if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System\Windows\Markup\XamlReader.cs (2)
405if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo) 601if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (2)
55_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).HasLineInfo; 232if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System\Xaml\XamlServices.cs (1)
104if ((xamlLineInfo != null && xamlLineInfo.HasLineInfo)
System\Xaml\XamlSubreader.cs (1)
86return _lineInfoReader.HasLineInfo;