25 references to UInt16
System.Data (25)
fx\src\data\System\Data\Common\DataStorage.cs (2)
281case StorageType.UInt16: return new UInt16Storage(column); 370case StorageType.UInt16:
fx\src\data\System\Data\Common\SQLConvert.cs (10)
73case StorageType.UInt16: 101case StorageType.UInt16: 141case StorageType.UInt16: 189case StorageType.UInt16: 231case StorageType.UInt16: 275case StorageType.UInt16: 505case StorageType.UInt16: 581case StorageType.UInt16: 670case StorageType.UInt16: 752case StorageType.UInt16:
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
23: base(column, typeof(UInt16), defaultValue, StorageType.UInt16) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
144case StorageType.UInt16: 180case StorageType.UInt16: 306case StorageType.UInt16:{ 413case StorageType.UInt16:{ 501case StorageType.UInt16:{ 567case StorageType.UInt16:{ 916case StorageType.UInt16: return DataTypePrecedence.UInt16; 957case DataTypePrecedence.UInt16: return StorageType.UInt16;
fx\src\data\System\Data\Filter\ExpressionNode.cs (4)
61type == StorageType.UInt16 || 72type == StorageType.UInt16 || 103return(type == StorageType.UInt16 || 110return(type == StorageType.UInt16 ||