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