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