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