2 overrides of LineInfo
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
25
public override IAddLineInfo
LineInfo
{ get; set; }
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
47
public override IAddLineInfo
LineInfo
7 writes to LineInfo
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
136
result.
LineInfo
= this;
2401
Runtime.
LineInfo
= target;
2408
Runtime.
LineInfo
= oldLineInfo;
2423
Runtime.
LineInfo
= token;
2435
Runtime.
LineInfo
= oldLineInfo;
2579
Runtime.
LineInfo
= pendingAdd;
2612
Runtime.
LineInfo
= oldLineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2400
IAddLineInfo oldLineInfo = Runtime.
LineInfo
;
2420
IAddLineInfo oldLineInfo = Runtime.
LineInfo
;
2578
IAddLineInfo oldLineInfo = Runtime.
LineInfo
;