4 references to Public
System.Xaml (4)
System\Xaml\Schema\TypeBits.cs (1)
27
Default = Constructible | Nullable |
Public
,
System\Xaml\XamlType.cs (3)
185
public bool IsPublic { get { return GetFlag(BoolTypeBits.
Public
); } }
1193
return GetDefaultFlag(BoolTypeBits.
Public
);
1750
case BoolTypeBits.
Public
: