2 overrides of LineInfo
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
23public override IAddLineInfo LineInfo { get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
45public override IAddLineInfo LineInfo
7 writes to LineInfo
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
137result.LineInfo = this; 2472Runtime.LineInfo = target; 2479Runtime.LineInfo = oldLineInfo; 2494Runtime.LineInfo = token; 2506Runtime.LineInfo = oldLineInfo; 2652Runtime.LineInfo = pendingAdd; 2686Runtime.LineInfo = oldLineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2471IAddLineInfo oldLineInfo = Runtime.LineInfo; 2491IAddLineInfo oldLineInfo = Runtime.LineInfo; 2651IAddLineInfo oldLineInfo = Runtime.LineInfo;