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