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