3 references to Normal
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBox.cs (2)
725new FrameworkPropertyMetadata(CharacterCasing.Normal /*default value*/), 1511return (CharacterCasing.Normal <= (CharacterCasing)value && (CharacterCasing)value <= CharacterCasing.Upper);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1084return _uiScope == null ? CharacterCasing.Normal : (CharacterCasing)_uiScope.GetValue(TextBox.CharacterCasingProperty);