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