2 writes to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
94
_balance
= DEFAULT_BALANCE;
334
_balance
= value;
2 references to _balance
PresentationCore (2)
System\Windows\Media\MediaPlayerState.cs (2)
308
return
_balance
;
327
if (!DoubleUtil.AreClose(
_balance
, value))