4 implementations of IAddLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
32
internal class FixupTarget :
IAddLineInfo
101
internal class NameFixupToken :
IAddLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
20
public class XamlObjectWriter : XamlWriter, IXamlLineInfoConsumer,
IAddLineInfo
, ICheckIfInitialized
2698
private class PendingCollectionAdd :
IAddLineInfo
12 references to IAddLineInfo
System.Xaml (12)
System\Xaml\Context\NameFixupToken.cs (2)
90
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
199
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
1061
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
1071
private object GetKeyFromInstance(object instance, XamlType instanceType,
IAddLineInfo
lineInfo)
1313
object value, XamlMember property, string targetName,
IAddLineInfo
lineInfo)
2471
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2491
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2651
IAddLineInfo
oldLineInfo = Runtime.LineInfo;
2710
XamlException
IAddLineInfo
.WithLineInfo(XamlException ex)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
23
public override
IAddLineInfo
LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
45
public override
IAddLineInfo
LineInfo
System\Xaml\XamlRuntime.cs (1)
22
public abstract
IAddLineInfo
LineInfo { get; set; }