2 writes to OcxState
System.Windows.Forms.Design.Tests (1)
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (1)
645
mediaPlayer.
OcxState
= state;
WinFormsControlsTest (1)
MediaPlayer.Designer.cs (1)
47
this.axWindowsMediaPlayer1.
OcxState
= ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
4 references to OcxState
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
17
/// An instance of this class may be obtained either by calling <see cref="
OcxState
"/> on an
System.Windows.Forms.Design.Tests (1)
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (1)
620
ResXDataNode node = new("MediaPlayer1", converter.ConvertTo(mediaPlayer.
OcxState
, typeof(byte[])));
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
92
Assert.Null(control.
OcxState
);
186
Assert.Null(control.
OcxState
);