4 references to PrimaryScreenHeight
PresentationFramework (4)
MS\Internal\Ink\PenCursorManager.cs (1)
342
double maxLength = Math.Min(SystemParameters.PrimaryScreenWidth / 2, SystemParameters.
PrimaryScreenHeight
/ 2);
System\Windows\Controls\ComboBox.cs (1)
83
new FrameworkPropertyMetadata(SystemParameters.
PrimaryScreenHeight
/ 3, OnVisualStatePropertyChanged));
System\Windows\SystemParameters.cs (1)
5103
changed |= _primaryScreenHeight !=
PrimaryScreenHeight
;
System\Windows\SystemResourceKey.cs (1)
793
return SystemParameters.
PrimaryScreenHeight
;