5 references to DirectlySpecified
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PictureBox.cs (5)
387
InstallNewImage(value, ImageInstallationType.
DirectlySpecified
);
416
imageInstallationType != ImageInstallationType.
DirectlySpecified
)
418
InstallNewImage(null, ImageInstallationType.
DirectlySpecified
);
900
InstallNewImage(null, ImageInstallationType.
DirectlySpecified
);
946
return (imageInstallationType == ImageInstallationType.
DirectlySpecified
)