3 writes to _prefix
System.Xaml (3)
System\Xaml\Parser\XamlName.cs (1)
28_prefix = prefix ?? string.Empty;
System\Xaml\Parser\XamlPropertyName.cs (2)
16_prefix = owner.Prefix ?? string.Empty; 19_prefix = prefix ?? string.Empty;
1 reference to _prefix
System.Xaml (1)
System\Xaml\Parser\XamlName.cs (1)
36public string Prefix { get { return _prefix; } }