3 references to HwndSourceParameters
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (1)
79
HwndSourceParameters param = new
HwndSourceParameters
(name);
System\Windows\InterOp\HwndSourceParameters.cs (1)
53
public HwndSourceParameters(string name, int width, int height):
this
(name)
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
3336
HwndSourceParameters param = new
HwndSourceParameters
(String.Empty);