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