2 writes to _cost
PresentationFramework (2)
src\Framework\MS\Internal\Data\DataBindOperation.cs (2)
22
_cost
= cost;
28
set {
_cost
= value; }
1 reference to _cost
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindOperation.cs (1)
27
get { return
_cost
; }