6 implementations of HasLineInfo
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
228
bool IXamlLineInfo.
HasLineInfo
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
396
public bool
HasLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
316
public bool
HasLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
63
public bool
HasLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
314
public bool
HasLineInfo
System\Xaml\XamlSubreader.cs (1)
78
public bool
HasLineInfo
8 references to HasLineInfo
PresentationFramework (4)
System\Windows\Markup\WpfXamlLoader.cs (2)
85
if (ixli != null && ixli.
HasLineInfo
)
148
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
System\Windows\Markup\XamlReader.cs (2)
392
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
584
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (2)
51
_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).
HasLineInfo
;
238
if ((xamlLineInfo is not null && xamlLineInfo.
HasLineInfo
)
System\Xaml\XamlServices.cs (1)
103
if ((xamlLineInfo is not null && xamlLineInfo.
HasLineInfo
)
System\Xaml\XamlSubreader.cs (1)
87
return _lineInfoReader.
HasLineInfo
;