9 references to CreateActContextParametersSource
System.Windows.Forms (9)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (9)
2767Marshal.DestroyStructure(p, typeof(CreateActContextParametersSource)); 2822CreateActContextParametersSource SourceInfo; 2833SourceInfo.Size = (UInt32)Marshal.SizeOf(typeof(CreateActContextParametersSource)); 2835SourceInfo.SourceType = (UInt32)CreateActContextParametersSource.SourceFlags.Definition; 2862CreateActContextParametersSource.Destroy(Parameters.Source); 2872CreateActContextParametersSource SourceInfo; 2883SourceInfo.Size = (UInt32)Marshal.SizeOf(typeof(CreateActContextParametersSource)); 2885SourceInfo.SourceType = (UInt32)CreateActContextParametersSource.SourceFlags.Reference; 2912CreateActContextParametersSource.Destroy(Parameters.Source);