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