4 writes to Clock
PresentationCore (1)
System\Windows\Media\mediaclock.cs (1)
184newPlayer.Clock = this;
PresentationFramework (3)
System\Windows\Controls\AVElementHelper.cs (3)
466_mediaPlayer.Clock = null; 513_mediaPlayer.Clock = _clock._value; 532_mediaPlayer.Clock = null;
2 references to Clock
PresentationCore (1)
System\Windows\Media\mediaclock.cs (1)
179oldPlayer?.Clock = null;
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
464if (_mediaPlayer.Clock != null)