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)
134result.LineInfo = this; 2399Runtime.LineInfo = target; 2406Runtime.LineInfo = oldLineInfo; 2421Runtime.LineInfo = token; 2433Runtime.LineInfo = oldLineInfo; 2577Runtime.LineInfo = pendingAdd; 2610Runtime.LineInfo = oldLineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2398IAddLineInfo oldLineInfo = Runtime.LineInfo; 2418IAddLineInfo oldLineInfo = Runtime.LineInfo; 2576IAddLineInfo oldLineInfo = Runtime.LineInfo;