2 overrides of LineInfo
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
25public override IAddLineInfo LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
47public override IAddLineInfo LineInfo
7 writes to LineInfo
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
139result.LineInfo = this; 2412Runtime.LineInfo = target; 2419Runtime.LineInfo = oldLineInfo; 2434Runtime.LineInfo = token; 2446Runtime.LineInfo = oldLineInfo; 2590Runtime.LineInfo = pendingAdd; 2623Runtime.LineInfo = oldLineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2411IAddLineInfo oldLineInfo = Runtime.LineInfo; 2431IAddLineInfo oldLineInfo = Runtime.LineInfo; 2589IAddLineInfo oldLineInfo = Runtime.LineInfo;