2 writes to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
73
_balance
= DEFAULT_BALANCE;
313
_balance
= value;
2 references to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
287
return
_balance
;
306
if (!DoubleUtil.AreClose(
_balance
, value))