3 references to HwndSourceParameters
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
138HwndSourceParameters parameters = new HwndSourceParameters(name, width, height); 194HwndSourceParameters parameters = new HwndSourceParameters(name, width, height);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
576HwndSourceParameters HWSParam = new HwndSourceParameters(this.Text, cp.Width, cp.Height);