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)
24
IXamlLineInfo
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
16
public class XamlXmlReader : XamlReader,
IXamlLineInfo
System\Xaml\ReaderBaseDelegate.cs (1)
14
internal abstract class ReaderBaseDelegate: XamlReader,
IXamlLineInfo
System\Xaml\XamlBackgroundReader.cs (1)
14
public class XamlBackgroundReader : XamlReader,
IXamlLineInfo
System\Xaml\XamlSubreader.cs (1)
8
internal class XamlSubreader : XamlReader,
IXamlLineInfo
26 references to IXamlLineInfo
PresentationFramework (18)
System\Windows\FrameworkTemplate.cs (2)
966
IXamlLineInfo
lineInfo = null;
969
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)
80
IXamlLineInfo
ixli = xamlReader as
IXamlLineInfo
;
141
IXamlLineInfo
xamlLineInfo = null;
145
xamlLineInfo = xamlReader as
IXamlLineInfo
;
178
bool shouldPassLineNumberInfo,
IXamlLineInfo
xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer,
System\Windows\Markup\XamlReader.cs (6)
389
IXamlLineInfo
xamlLineInfo = xamlReader as
IXamlLineInfo
;
491
internal static void RewrapException(Exception e,
IXamlLineInfo
lineInfo, Uri baseUri)
496
internal static XamlParseException WrapException(Exception e,
IXamlLineInfo
lineInfo, Uri baseUri)
581
IXamlLineInfo
xamlLineInfo = xamlReader as
IXamlLineInfo
;
System\Windows\TemplateContent.cs (2)
362
IXamlLineInfo
lineInfo = null;
365
lineInfo = reader as
IXamlLineInfo
;
System.Xaml (8)
System\Xaml\Context\ServiceProviderContext.cs (1)
76
else if (serviceType == typeof(
IXamlLineInfo
))
System\Xaml\XamlBackgroundReader.cs (3)
51
_wrappedReaderHasLineInfo = ((
IXamlLineInfo
)_wrappedReader).HasLineInfo;
235
IXamlLineInfo
xamlLineInfo = reader as
IXamlLineInfo
;
System\Xaml\XamlServices.cs (2)
100
IXamlLineInfo
xamlLineInfo = xamlReader as
IXamlLineInfo
;
System\Xaml\XamlSubreader.cs (2)
11
private
IXamlLineInfo
_lineInfoReader;
20
_lineInfoReader = reader as
IXamlLineInfo
;