5 references to DoNotCare
PresentationCore (5)
System\Windows\Input\InputMethod.cs (5)
299new PropertyMetadata(InputMethodState.DoNotCare)); 565Debug.Assert(value != InputMethodState.DoNotCare); 626Debug.Assert(value != InputMethodState.DoNotCare); 660Debug.Assert(value != InputMethodState.DoNotCare); 1240if ((value != null) && ((InputMethodState)value != InputMethodState.DoNotCare))