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