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