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