24 references to UInt32
System.Data (24)
fx\src\data\System\Data\Common\DataStorage.cs (2)
283case StorageType.UInt32: return new UInt32Storage(column); 372case StorageType.UInt32:
fx\src\data\System\Data\Common\SQLConvert.cs (9)
107case StorageType.UInt32: 147case StorageType.UInt32: 195case StorageType.UInt32: 237case StorageType.UInt32: 281case StorageType.UInt32: 509case StorageType.UInt32: 585case StorageType.UInt32: 674case StorageType.UInt32: 756case StorageType.UInt32:
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
23: base(column, typeof(UInt32), defaultValue, StorageType.UInt32) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
147case StorageType.UInt32: 186case StorageType.UInt32: 312case StorageType.UInt32: { 422case StorageType.UInt32:{ 510case StorageType.UInt32:{ 576case StorageType.UInt32:{ 918case StorageType.UInt32: return DataTypePrecedence.UInt32; 959case DataTypePrecedence.UInt32: return StorageType.UInt32;
fx\src\data\System\Data\Filter\ExpressionNode.cs (4)
62type == StorageType.UInt32 || 73type == StorageType.UInt32 || 104type == StorageType.UInt32 || 111type == StorageType.UInt32 ||