3 instantiations of SafeLocalAllocation
WsatUI (3)
Configuration\WsatServiceCertificate.cs (2)
62sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length); 139sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length);
MMCUI\WSATPropertySheet.cs (1)
192this.dlgTemplate = new SafeLocalAllocation(dlg);
4 references to SafeLocalAllocation
WsatUI (4)
Configuration\HttpWrapper.cs (1)
65internal SafeLocalAllocation pSslHash;
MMCUI\MMCWrapper.cs (1)
126internal SafeLocalAllocation pResource;
MMCUI\WSATPropertySheet.cs (2)
37SafeLocalAllocation dlgTemplate; 180SafeLocalAllocation GetDialogTemplate(short cX, short cY)