2 instantiations of SHSTOCKICONINFO
System.Drawing.Common (2)
System\Drawing\SystemIcons.cs (2)
65SHSTOCKICONINFO info = new() 91SHSTOCKICONINFO info = new()
5 references to SHSTOCKICONINFO
System.Drawing.Common (5)
System\Drawing\SystemIcons.cs (4)
65SHSTOCKICONINFO info = new() 67cbSize = (uint)sizeof(SHSTOCKICONINFO), 91SHSTOCKICONINFO info = new() 93cbSize = (uint)sizeof(SHSTOCKICONINFO),
Windows\Win32\PInvoke.SHGetStockIconInfo.cs (1)
67public static extern unsafe HRESULT SHGetStockIconInfo(SHSTOCKICONID siid, SHGSI_FLAGS uFlags, SHSTOCKICONINFO* psii);