2 references to Upper
PresentationFramework (2)
System\Windows\Controls\TextBox.cs (1)
1519return (CharacterCasing.Normal <= (CharacterCasing)value && (CharacterCasing)value <= CharacterCasing.Upper);
System\windows\Documents\TextEditor.cs (1)
1231if (this.CharacterCasing == CharacterCasing.Upper)