2 writes to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
71
_balance
= DEFAULT_BALANCE;
311
_balance
= value;
2 references to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
285
return
_balance
;
304
if (!DoubleUtil.AreClose(
_balance
, value))