11 references to XamlSourceInfoHelper
PresentationCore (2)
System\Windows\Diagnostics\VisualDiagnostics.cs (1)
98return XamlSourceInfoHelper.GetXamlSourceInfo(obj);
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
59VisualDiagnostics.IsEnvironmentVariableSet(value, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable) &&
PresentationFramework (9)
System\Windows\Diagnostics\BindingDiagnostics.cs (1)
29IsEnabled = VisualDiagnostics.IsEnabled && VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (1)
35VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\FrameworkTemplate.cs (3)
917if (XamlSourceInfoHelper.IsXamlSourceInfoEnabled) 919XamlSourceInfoHelper.SetXamlSourceInfo(args.Instance, args, null); 967if (XamlSourceInfoHelper.IsXamlSourceInfoEnabled)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2397if (XamlSourceInfoHelper.IsXamlSourceInfoEnabled)
System\Windows\Markup\WpfXamlLoader.cs (1)
102XamlSourceInfoHelper.SetXamlSourceInfo(args.Instance, args, baseUri);
System\Windows\SystemResources.cs (1)
945if (XamlSourceInfoHelper.IsXamlSourceInfoEnabled)
System\Windows\TemplateContent.cs (1)
363if (XamlSourceInfoHelper.IsXamlSourceInfoEnabled)