4 references to HwndSourceParameters
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
125HwndSourceParameters parameters = new HwndSourceParameters(name, width, height) 183HwndSourceParameters parameters = new HwndSourceParameters(name, width, height)
PresentationFramework (1)
System\Windows\Window.cs (1)
2622HwndSourceParameters param = new HwndSourceParameters(Title, NativeMethods.CW_USEDEFAULT, NativeMethods.CW_USEDEFAULT)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
566HwndSourceParameters HWSParam = new HwndSourceParameters(this.Text, cp.Width, cp.Height)