Base:
property
LineInfo
MS.Internal.Xaml.Runtime.XamlRuntime.LineInfo
3 writes to LineInfo
System.Xaml (3)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (3)
53
_transparentRuntime.
LineInfo
= value;
56
_elevatedRuntime.
LineInfo
= value;
434
LineInfo
= LineInfo
3 references to LineInfo
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (2)
716
return (
LineInfo
is not null) ?
LineInfo
.WithLineInfo(ex) : ex;
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
49
return _transparentRuntime.
LineInfo
;