22 writes to _isSet
PresentationFramework (22)
src\Framework\System\Windows\Controls\AVElementHelper.cs (22)
45
_isSet
= _wasSet = false;
215
_position.
_isSet
= true;
247
_clock.
_isSet
= true;
266
_speedRatio._wasSet = _speedRatio.
_isSet
= true;
288
_mediaState.
_isSet
= true;
299
_volume._wasSet = _volume.
_isSet
= true;
311
_balance._wasSet = _balance.
_isSet
= true;
323
_isMuted._wasSet = _isMuted.
_isSet
= true;
335
_isScrubbingEnabled._wasSet = _isScrubbingEnabled.
_isSet
= true;
496
_isScrubbingEnabled.
_isSet
= false;
523
_isScrubbingEnabled.
_isSet
= false;
528
_clock.
_isSet
= false;
566
_position.
_isSet
= false;
577
_volume.
_isSet
= false;
584
_balance.
_isSet
= false;
591
_isMuted.
_isSet
= false;
603
_isScrubbingEnabled.
_isSet
= false;
629
_source.
_isSet
= false;
630
_mediaState.
_isSet
= false;
669
_mediaState.
_isSet
= false;
682
_speedRatio.
_isSet
= false;
745
_source._wasSet = _source.
_isSet
= true;
10 references to _isSet
PresentationFramework (10)
src\Framework\System\Windows\Controls\AVElementHelper.cs (10)
486
if (_currentState == MediaState.Close || _source.
_isSet
)
513
if (_currentState == MediaState.Close || _clock.
_isSet
)
562
if (_position.
_isSet
)
573
if (_volume.
_isSet
|| openedMedia && _volume._wasSet)
580
if (_balance.
_isSet
|| openedMedia && _balance._wasSet)
587
if (_isMuted.
_isSet
|| openedMedia && _isMuted._wasSet)
599
if (_isScrubbingEnabled.
_isSet
)
610
if (thisStateRequest == MediaState.Play && _source.
_isSet
)
639
|| (actionRequested && _mediaState.
_isSet
))
678
if (_speedRatio.
_isSet
|| openedMedia && _speedRatio._wasSet)