2 writes to _isDBNullValidForUpdate
PresentationFramework (2)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
743
_isDBNullValidForUpdate
= null;
1752
_isDBNullValidForUpdate
= result;
2 references to _isDBNullValidForUpdate
PresentationFramework (2)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
87
if (!
_isDBNullValidForUpdate
.HasValue)
92
return
_isDBNullValidForUpdate
.Value;