2 references to MaxDropDownHeightProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
106
return (double)GetValue(
MaxDropDownHeightProperty
);
110
SetValue(
MaxDropDownHeightProperty
, value);