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