1 instantiation of XamlSourceInfo
PresentationCore (1)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
131s_sourceInfoTable.Add(obj, new XamlSourceInfo(sourceUri, elementLineNumber, elementLinePosition));
5 references to XamlSourceInfo
PresentationCore (5)
Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs (1)
109public static XamlSourceInfo GetXamlSourceInfo(object obj)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (4)
38private static ConditionalWeakTable<object, XamlSourceInfo> s_sourceInfoTable; // no storage by default 65s_sourceInfoTable = new ConditionalWeakTable<object, XamlSourceInfo>(); 136internal static XamlSourceInfo GetXamlSourceInfo(object obj) 139XamlSourceInfo info = null;