1 write to s_sourceBamlUriProperty
PresentationCore (1)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
80
s_sourceBamlUriProperty
= type.GetProperty("SourceBamlUri", BindingFlags.Public | BindingFlags.Instance);
3 references to s_sourceBamlUriProperty
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (3)
85
if (
s_sourceBamlUriProperty
== null ||
s_sourceBamlUriProperty
.PropertyType != typeof(Uri) ||
102
Uri sourceUri = overrideSourceUri ?? (Uri)
s_sourceBamlUriProperty
.GetValue(args);