2 writes to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
70
_balance
= DEFAULT_BALANCE;
310
_balance
= value;
2 references to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
284
return
_balance
;
303
if (!DoubleUtil.AreClose(
_balance
, value))