6 references to Nullable
mscorlib (2)
system\appdomain.cs (1)
2565
fReturn = new
Nullable
<bool>(_compatFlags != null && _compatFlags.ContainsKey(value));
system\nullable.cs (1)
80
return new
Nullable
<T>(value);
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Effect.cs (1)
146
return worldBounds.IsEmpty ? null : new
Nullable
<Point>(UnitToWorldUnsafe(unitPoint, worldBounds));
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
153
return new
Nullable
<bool>((bool)value);
System.Data.DataSetExtensions (1)
System\Data\DataRowExtensions.cs (1)
239
return new
Nullable
<TElem>((TElem)value);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
598
obj = new
Nullable
<DateTime>(DateTime.FromFileTime(vals[0].union.hVal));