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