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 2634private 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)
1040XamlException IAddLineInfo.WithLineInfo(XamlException ex) 1050private object GetKeyFromInstance(object instance, XamlType instanceType, IAddLineInfo lineInfo) 1285object value, XamlMember property, string targetName, IAddLineInfo lineInfo) 2411IAddLineInfo oldLineInfo = Runtime.LineInfo; 2431IAddLineInfo oldLineInfo = Runtime.LineInfo; 2589IAddLineInfo oldLineInfo = Runtime.LineInfo; 2646XamlException 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; }