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