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)
37
public string Prefix { get { return
_prefix
; } }