1 write to axWindowsMediaPlayer1
WinFormsControlsTest (1)
MediaPlayer.Designer.cs (1)
37
this.
axWindowsMediaPlayer1
= new AxWMPLib.AxWindowsMediaPlayer();
12 references to axWindowsMediaPlayer1
WinFormsControlsTest (12)
MediaPlayer.cs (1)
12
axWindowsMediaPlayer1
.URL = Path.GetFullPath(@".\resources\media.mpg");
MediaPlayer.Designer.cs (11)
24
axWindowsMediaPlayer1
.Dispose();
38
((System.ComponentModel.ISupportInitialize)(this.
axWindowsMediaPlayer1
)).BeginInit();
43
this.
axWindowsMediaPlayer1
.Dock = System.Windows.Forms.DockStyle.Fill;
44
this.
axWindowsMediaPlayer1
.Enabled = true;
45
this.
axWindowsMediaPlayer1
.Location = new System.Drawing.Point(0, 0);
46
this.
axWindowsMediaPlayer1
.Name = "axWindowsMediaPlayer1";
47
this.
axWindowsMediaPlayer1
.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
48
this.
axWindowsMediaPlayer1
.Size = new System.Drawing.Size(800, 450);
49
this.
axWindowsMediaPlayer1
.TabIndex = 0;
56
this.Controls.Add(this.
axWindowsMediaPlayer1
);
59
((System.ComponentModel.ISupportInitialize)(this.
axWindowsMediaPlayer1
)).EndInit();