5 references to DoNotCare
PresentationCore (5)
System\Windows\Input\InputMethod.cs (5)
284new PropertyMetadata(InputMethodState.DoNotCare)); 550Debug.Assert(value != InputMethodState.DoNotCare); 611Debug.Assert(value != InputMethodState.DoNotCare); 645Debug.Assert(value != InputMethodState.DoNotCare); 1225if ((value != null) && ((InputMethodState)value != InputMethodState.DoNotCare))