4 implementations of IAddLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
31internal class FixupTarget : IAddLineInfo 100internal class NameFixupToken : IAddLineInfo
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
19public class XamlObjectWriter : XamlWriter, IXamlLineInfoConsumer, IAddLineInfo, ICheckIfInitialized 2697private class PendingCollectionAdd : IAddLineInfo
12 references to IAddLineInfo
System.Xaml (12)
System\Xaml\Context\NameFixupToken.cs (2)
89XamlException IAddLineInfo.WithLineInfo(XamlException ex) 198XamlException IAddLineInfo.WithLineInfo(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
1060XamlException IAddLineInfo.WithLineInfo(XamlException ex) 1070private object GetKeyFromInstance(object instance, XamlType instanceType, IAddLineInfo lineInfo) 1312object value, XamlMember property, string targetName, IAddLineInfo lineInfo) 2470IAddLineInfo oldLineInfo = Runtime.LineInfo; 2490IAddLineInfo oldLineInfo = Runtime.LineInfo; 2650IAddLineInfo oldLineInfo = Runtime.LineInfo; 2709XamlException IAddLineInfo.WithLineInfo(XamlException ex)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
22public override IAddLineInfo LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
44public override IAddLineInfo LineInfo
System\Xaml\XamlRuntime.cs (1)
21public abstract IAddLineInfo LineInfo { get; set; }