Base:
property
LineInfo
MS.Internal.Xaml.Runtime.XamlRuntime.LineInfo
3 writes to LineInfo
System.Xaml (3)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (3)
55_transparentRuntime.LineInfo = value; 58_elevatedRuntime.LineInfo = value; 422_elevatedRuntime.LineInfo = LineInfo;
3 references to LineInfo
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (2)
687return (LineInfo != null) ? LineInfo.WithLineInfo(ex) : ex;
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
51return _transparentRuntime.LineInfo;