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