38 references to GetValue
System.Private.Windows.Core (38)
System\Value.cs (38)
108
public static explicit operator byte(in Value value) => value.
GetValue
<byte>();
110
public static explicit operator byte?(in Value value) => value.
GetValue
<byte?>();
134
public static explicit operator sbyte(in Value value) => value.
GetValue
<sbyte>();
136
public static explicit operator sbyte?(in Value value) => value.
GetValue
<sbyte?>();
160
public static explicit operator bool(in Value value) => value.
GetValue
<bool>();
162
public static explicit operator bool?(in Value value) => value.
GetValue
<bool?>();
186
public static explicit operator char(in Value value) => value.
GetValue
<char>();
188
public static explicit operator char?(in Value value) => value.
GetValue
<char?>();
212
public static explicit operator short(in Value value) => value.
GetValue
<short>();
214
public static explicit operator short?(in Value value) => value.
GetValue
<short?>();
238
public static explicit operator int(in Value value) => value.
GetValue
<int>();
240
public static explicit operator int?(in Value value) => value.
GetValue
<int?>();
264
public static explicit operator long(in Value value) => value.
GetValue
<long>();
266
public static explicit operator long?(in Value value) => value.
GetValue
<long?>();
290
public static explicit operator ushort(in Value value) => value.
GetValue
<ushort>();
292
public static explicit operator ushort?(in Value value) => value.
GetValue
<ushort?>();
316
public static explicit operator uint(in Value value) => value.
GetValue
<uint>();
318
public static explicit operator uint?(in Value value) => value.
GetValue
<uint?>();
342
public static explicit operator ulong(in Value value) => value.
GetValue
<ulong>();
344
public static explicit operator ulong?(in Value value) => value.
GetValue
<ulong?>();
368
public static explicit operator float(in Value value) => value.
GetValue
<float>();
370
public static explicit operator float?(in Value value) => value.
GetValue
<float?>();
394
public static explicit operator double(in Value value) => value.
GetValue
<double>();
396
public static explicit operator double?(in Value value) => value.
GetValue
<double?>();
420
public static explicit operator Size(in Value value) => value.
GetValue
<Size>();
422
public static explicit operator Size?(in Value value) => value.
GetValue
<Size?>();
446
public static explicit operator Point(in Value value) => value.
GetValue
<Point>();
448
public static explicit operator Point?(in Value value) => value.
GetValue
<Point?>();
479
public static explicit operator Color(in Value value) => value.
GetValue
<Color>();
481
public static explicit operator Color?(in Value value) => value.
GetValue
<Color?>();
518
public static explicit operator DateTimeOffset(in Value value) => value.
GetValue
<DateTimeOffset>();
520
public static explicit operator DateTimeOffset?(in Value value) => value.
GetValue
<DateTimeOffset?>();
544
public static explicit operator DateTime(in Value value) => value.
GetValue
<DateTime>();
546
public static explicit operator DateTime?(in Value value) => value.
GetValue
<DateTime?>();
567
public static explicit operator ArraySegment<byte>(in Value value) => value.
GetValue
<ArraySegment<byte>>();
586
public static explicit operator ArraySegment<char>(in Value value) => value.
GetValue
<ArraySegment<char>>();
591
public static explicit operator decimal(in Value value) => value.
GetValue
<decimal>();
593
public static explicit operator decimal?(in Value value) => value.
GetValue
<decimal?>();