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