2 references to ShouldPreserveUserEnteredPrefixProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
156
get { return (bool)GetValue(
ShouldPreserveUserEnteredPrefixProperty
); }
157
set { SetValue(
ShouldPreserveUserEnteredPrefixProperty
, BooleanBoxes.Box(value)); }