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