4 implementations of IAddLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
35
internal class FixupTarget :
IAddLineInfo
103
internal class NameFixupToken :
IAddLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
23
public class XamlObjectWriter : XamlWriter, IXamlLineInfoConsumer,
IAddLineInfo
, ICheckIfInitialized
2623
private class PendingCollectionAdd :
IAddLineInfo
12 references to IAddLineInfo
System.Xaml (12)
System\Xaml\Context\NameFixupToken.cs (2)
93
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
197
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
1035
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
1045
private object GetKeyFromInstance(object instance, XamlType instanceType,
IAddLineInfo
lineInfo)
1280
object value, XamlMember property, string targetName,
IAddLineInfo
lineInfo)
2400
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2420
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2578
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2635
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
25
public override
IAddLineInfo
LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
47
public override
IAddLineInfo
LineInfo
System\Xaml\XamlRuntime.cs (1)
24
abstract public
IAddLineInfo
LineInfo { get; set; }