6 implementations of IXamlLineInfo
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
18public class Baml2006Reader : XamlReader, IXamlLineInfo, IFreezeFreezables
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
25IXamlLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
17public class XamlXmlReader : XamlReader, IXamlLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
15abstract internal class ReaderBaseDelegate: XamlReader, IXamlLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
15public class XamlBackgroundReader : XamlReader, IXamlLineInfo
System\Xaml\XamlSubreader.cs (1)
9internal class XamlSubreader : XamlReader, IXamlLineInfo
26 references to IXamlLineInfo
PresentationFramework (18)
System\Windows\FrameworkTemplate.cs (2)
969IXamlLineInfo lineInfo = null; 972lineInfo = templateReader as IXamlLineInfo;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
228bool IXamlLineInfo.HasLineInfo 233int IXamlLineInfo.LineNumber 238int IXamlLineInfo.LinePosition
System\Windows\Markup\WpfXamlLoader.cs (5)
81IXamlLineInfo ixli = xamlReader as IXamlLineInfo; 145IXamlLineInfo xamlLineInfo = null; 149xamlLineInfo = xamlReader as IXamlLineInfo; 182bool shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer,
System\Windows\Markup\XamlReader.cs (6)
389IXamlLineInfo xamlLineInfo = xamlReader as IXamlLineInfo; 494internal static void RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 499internal static XamlParseException WrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 585IXamlLineInfo xamlLineInfo = xamlReader as IXamlLineInfo;
System\Windows\TemplateContent.cs (2)
361IXamlLineInfo lineInfo = null; 364lineInfo = reader as IXamlLineInfo;
System.Xaml (8)
System\Xaml\Context\ServiceProviderContext.cs (1)
77else if (serviceType == typeof(IXamlLineInfo))
System\Xaml\XamlBackgroundReader.cs (3)
54_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).HasLineInfo; 228IXamlLineInfo xamlLineInfo = reader as IXamlLineInfo;
System\Xaml\XamlServices.cs (2)
101IXamlLineInfo xamlLineInfo = xamlReader as IXamlLineInfo;
System\Xaml\XamlSubreader.cs (2)
12IXamlLineInfo _lineInfoReader; 21_lineInfoReader = reader as IXamlLineInfo;