2 implementations of Scroll
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
408HRESULT IOleInPlaceSite.Interface.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
277HRESULT IOleInPlaceSite.Interface.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE;
1 reference to Scroll
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceSite.g.cs (1)
285 return __object.Scroll(scrollExtant);