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