9 instantiations of SettableState
PresentationFramework (9)
System\Windows\Controls\AVElementHelper.cs (9)
64_position = new SettableState<TimeSpan>(new TimeSpan(0)); 69_mediaState = new SettableState<MediaState>(MediaState.Close); 71_source = new SettableState<Uri>(null); 73_clock = new SettableState<MediaClock>(null); 75_speedRatio = new SettableState<double>(1.0); 77_volume = new SettableState<double>(0.5); 79_isMuted = new SettableState<bool>(false); 81_balance = new SettableState<double>(0.0); 83_isScrubbingEnabled = new SettableState<bool>(false);
9 references to SettableState
PresentationFramework (9)
System\Windows\Controls\AVElementHelper.cs (9)
861SettableState<TimeSpan> _position; 862SettableState<MediaState> _mediaState; 863SettableState<Uri> _source; 864SettableState<MediaClock> _clock; 865SettableState<double> _speedRatio; 866SettableState<double> _volume; 867SettableState<bool> _isMuted; 868SettableState<double> _balance; 869SettableState<bool> _isScrubbingEnabled;