3 writes to _allowedLocation
System.Xaml (3)
System\Xaml\Schema\XamlDirective.cs (3)
32
_allowedLocation
= allowedLocation;
52
_allowedLocation
= allowedLocation;
61
_allowedLocation
= AllowedMemberLocations.Any;
1 reference to _allowedLocation
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
64
public AllowedMemberLocations AllowedLocation { get { return
_allowedLocation
; } }