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