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