2 references to NaturalVideoWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\MediaElement.cs (2)
492return _helper.Player.NaturalVideoWidth; 794Size naturalSize = new Size((double)mediaPlayer.NaturalVideoWidth, (double)mediaPlayer.NaturalVideoHeight);