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