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