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