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