3 references to HwndSourceParameters
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
96
HwndSourceParameters param = new
HwndSourceParameters
(name);
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (1)
55
public HwndSourceParameters(string name, int width, int height):
this
(name)
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3456
HwndSourceParameters param = new
HwndSourceParameters
(String.Empty);