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)
395
public bool
HasLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
308
public bool
HasLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
64
public bool
HasLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
304
public bool
HasLineInfo
System\Xaml\XamlSubreader.cs (1)
78
public bool
HasLineInfo
8 references to HasLineInfo
PresentationFramework (4)
System\Windows\Markup\WpfXamlLoader.cs (2)
86
if (ixli != null && ixli.
HasLineInfo
)
152
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
System\Windows\Markup\XamlReader.cs (2)
392
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
588
if ((xamlLineInfo != null && xamlLineInfo.
HasLineInfo
)
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (2)
54
_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).
HasLineInfo
;
231
if ((xamlLineInfo is not null && xamlLineInfo.
HasLineInfo
)
System\Xaml\XamlServices.cs (1)
104
if ((xamlLineInfo is not null && xamlLineInfo.
HasLineInfo
)
System\Xaml\XamlSubreader.cs (1)
86
return _lineInfoReader.
HasLineInfo
;