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