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