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