3 instantiations of StoreApplicationReference
mscorlib (3)
system\deployment\isolationinterop.cs (2)
2173StoreApplicationReference AppReference = new StoreApplicationReference(InstallerId, InstallerName, InstallerMetadata); 2193StoreApplicationReference AppReference = new StoreApplicationReference(InstallerId, InstallerName, InstallerMetadata);
system\security\policy\applicationtrust.cs (1)
350new StoreApplicationReference(
26 references to StoreApplicationReference
mscorlib (26)
system\deployment\isolationinterop.cs (24)
115[Out, MarshalAs(UnmanagedType.LPArray)] StoreApplicationReference[] rgelt 1292Size = (UInt32)Marshal.SizeOf(typeof(StoreApplicationReference)); 1312Marshal.DestroyStructure(ip, typeof(StoreApplicationReference)); 1342public StoreOperationPinDeployment(IDefinitionAppId AppId, StoreApplicationReference Ref) 1352public StoreOperationPinDeployment(IDefinitionAppId AppId, System.DateTime Expiry, StoreApplicationReference Ref) 1362StoreApplicationReference.Destroy(Reference); 1388public StoreOperationUnpinDeployment(IDefinitionAppId app, StoreApplicationReference reference) 1399StoreApplicationReference.Destroy(Reference); 1426public StoreOperationInstallDeployment(IDefinitionAppId App, StoreApplicationReference reference) : 1432public StoreOperationInstallDeployment(IDefinitionAppId App, bool UninstallOthers, StoreApplicationReference reference) 1449StoreApplicationReference.Destroy(Reference); 1476public StoreOperationUninstallDeployment(IDefinitionAppId appid, StoreApplicationReference AppRef) 1487StoreApplicationReference.Destroy(Reference); 1537public StoreOperationSetDeploymentMetadata(IDefinitionAppId Deployment, StoreApplicationReference Reference, StoreOperationMetadataProperty[] SetProperties) 1543public StoreOperationSetDeploymentMetadata(IDefinitionAppId Deployment, StoreApplicationReference Reference, StoreOperationMetadataProperty[] SetProperties, StoreOperationMetadataProperty[] TestProperties) 1593StoreApplicationReference.Destroy(InstallerReference); 1812ref StoreApplicationReference InstallerReference, 2135StoreApplicationReference Reference, 2173StoreApplicationReference AppReference = new StoreApplicationReference(InstallerId, InstallerName, InstallerMetadata); 2193StoreApplicationReference AppReference = new StoreApplicationReference(InstallerId, InstallerName, InstallerMetadata); 2252[In] ref StoreApplicationReference InstallerReference, 2350[In] ref StoreApplicationReference Reference, 2382[In] ref StoreApplicationReference Reference, 2391[In] ref StoreApplicationReference Reference,
system\security\policy\applicationtrust.cs (2)
346private static StoreApplicationReference InstallReference { 356return (StoreApplicationReference) s_installReference;