Base:
property
LineInfo
MS.Internal.Xaml.Runtime.XamlRuntime.LineInfo
2 writes to LineInfo
System.Xaml (2)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
52
_transparentRuntime.
LineInfo
= value;
430
LineInfo
= LineInfo
4 references to LineInfo
System.Xaml (4)
System\Xaml\Runtime\ClrObjectRuntime.cs (2)
715
return (
LineInfo
is not null) ?
LineInfo
.WithLineInfo(ex) : ex;
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
48
return _transparentRuntime.
LineInfo
;
53
_elevatedRuntime?.
LineInfo
= value;