1 instantiation of XamlSourceInfo
PresentationCore (1)
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
128
s_sourceInfoTable.Add(obj, new
XamlSourceInfo
(sourceUri, elementLineNumber, elementLinePosition));
5 references to XamlSourceInfo
PresentationCore (5)
System\Windows\Diagnostics\VisualDiagnostics.cs (1)
96
public static
XamlSourceInfo
GetXamlSourceInfo(object obj)
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (4)
36
private static ConditionalWeakTable<object,
XamlSourceInfo
> s_sourceInfoTable; // no storage by default
62
s_sourceInfoTable = new ConditionalWeakTable<object,
XamlSourceInfo
>();
133
internal static
XamlSourceInfo
GetXamlSourceInfo(object obj)
136
XamlSourceInfo
info = null;