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