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