4 implementations of IAddLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
31
internal class FixupTarget :
IAddLineInfo
100
internal class NameFixupToken :
IAddLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
19
public class XamlObjectWriter : XamlWriter, IXamlLineInfoConsumer,
IAddLineInfo
, ICheckIfInitialized
2697
private class PendingCollectionAdd :
IAddLineInfo
12 references to IAddLineInfo
System.Xaml (12)
System\Xaml\Context\NameFixupToken.cs (2)
89
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
198
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
1060
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
1070
private object GetKeyFromInstance(object instance, XamlType instanceType,
IAddLineInfo
lineInfo)
1312
object value, XamlMember property, string targetName,
IAddLineInfo
lineInfo)
2470
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2490
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2650
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2709
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
22
public override
IAddLineInfo
LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
44
public override
IAddLineInfo
LineInfo
System\Xaml\XamlRuntime.cs (1)
21
public abstract
IAddLineInfo
LineInfo { get; set; }