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