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