4 instantiations of tagSIZEL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
1505NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL(); 1530NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL();
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1151NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL(); 1175NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL();
26 references to tagSIZEL
System.Windows.Forms (26)
winforms\Managed\System\WinForms\AxHost.cs (6)
1464private void HiMetric2Pixel(NativeMethods.tagSIZEL sz, NativeMethods.tagSIZEL szout) { 1474private void Pixel2hiMetric(NativeMethods.tagSIZEL sz, NativeMethods.tagSIZEL szout) { 1505NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL(); 1530NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL();
winforms\Managed\System\WinForms\Control.cs (7)
15627int UnsafeNativeMethods.IOleObject.SetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) { 15639int UnsafeNativeMethods.IOleObject.GetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) { 15916void UnsafeNativeMethods.IQuickActivate.SetContentExtent(NativeMethods.tagSIZEL pSizel) { 15927void UnsafeNativeMethods.IQuickActivate.GetContentExtent(NativeMethods.tagSIZEL pSizel) { 16077void UnsafeNativeMethods.IViewObject2.GetExtent(int dwDrawAspect, int lindex, NativeMethods.tagDVTARGETDEVICE ptd, NativeMethods.tagSIZEL lpsizel) { 16955internal void GetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) { 18242internal void SetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (7)
5748NativeMethods.tagSIZEL pSizel); 5755NativeMethods.tagSIZEL pSizel); 5877NativeMethods.tagSIZEL pSizel); 5884NativeMethods.tagSIZEL pSizel); 6126NativeMethods.tagSIZEL lpsizel); 6178NativeMethods.tagSIZEL pSizel); 6183NativeMethods.tagSIZEL pSizel);
winforms\Managed\System\WinForms\WebBrowserBase.cs (6)
1151NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL(); 1175NativeMethods.tagSIZEL sz = new NativeMethods.tagSIZEL(); 1181private void HiMetric2Pixel(NativeMethods.tagSIZEL sz, NativeMethods.tagSIZEL szout) { 1191private void Pixel2hiMetric(NativeMethods.tagSIZEL sz, NativeMethods.tagSIZEL szout) {