7 references to GetAmbientProperty
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (7)
16332
if (
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_BACKCOLOR, ref obj)) {
16370
if (
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_FONT, ref obj)) {
16414
if (
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_FORECOLOR, ref obj)) {
17533
if (
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_UIDEAD, ref obj)) {
17540
if (ibuttonControl != null &&
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_DISPLAYASDEFAULT, ref obj)) {
18184
if (
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_UIDEAD, ref obj)) {
18188
if (control is IButtonControl &&
GetAmbientProperty
(NativeMethods.ActiveX.DISPID_AMBIENT_UIDEAD, ref obj)) {