6 implementations of IXamlLineInfo
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
22public class Baml2006Reader : XamlReader, IXamlLineInfo, IFreezeFreezables
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
27IXamlLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
19public class XamlXmlReader : XamlReader, IXamlLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
15abstract internal class ReaderBaseDelegate: XamlReader, IXamlLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
16public 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)
978IXamlLineInfo lineInfo = null; 981lineInfo = templateReader as IXamlLineInfo;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
232bool IXamlLineInfo.HasLineInfo 237int IXamlLineInfo.LineNumber 242int IXamlLineInfo.LinePosition
System\Windows\Markup\WpfXamlLoader.cs (5)
82IXamlLineInfo ixli = xamlReader as IXamlLineInfo; 146IXamlLineInfo xamlLineInfo = null; 150xamlLineInfo = xamlReader as IXamlLineInfo; 183bool shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer,
System\Windows\Markup\XamlReader.cs (6)
402IXamlLineInfo xamlLineInfo = xamlReader as IXamlLineInfo; 507internal static void RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 512internal static XamlParseException WrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 598IXamlLineInfo xamlLineInfo = xamlReader as IXamlLineInfo;
System\Windows\TemplateContent.cs (2)
364IXamlLineInfo lineInfo = null; 367lineInfo = reader as IXamlLineInfo;
System.Xaml (8)
System\Xaml\Context\ServiceProviderContext.cs (1)
79else if (serviceType == typeof(IXamlLineInfo))
System\Xaml\XamlBackgroundReader.cs (3)
55_wrappedReaderHasLineInfo = ((IXamlLineInfo)_wrappedReader).HasLineInfo; 229IXamlLineInfo 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;