2 overrides of LineInfo
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
22public override IAddLineInfo LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
44public override IAddLineInfo LineInfo
7 writes to LineInfo
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
136result.LineInfo = this; 2471Runtime.LineInfo = target; 2478Runtime.LineInfo = oldLineInfo; 2493Runtime.LineInfo = token; 2505Runtime.LineInfo = oldLineInfo; 2651Runtime.LineInfo = pendingAdd; 2685Runtime.LineInfo = oldLineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2470IAddLineInfo oldLineInfo = Runtime.LineInfo; 2490IAddLineInfo oldLineInfo = Runtime.LineInfo; 2650IAddLineInfo oldLineInfo = Runtime.LineInfo;