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