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