4 references to DoNotCare
PresentationCore (4)
System\Windows\Input\InputMethod.cs (4)
351new PropertyMetadata(ImeSentenceModeValues.DoNotCare)); 1066Debug.Assert((value & ImeSentenceModeValues.DoNotCare) == 0); 1238if ((value != null) && (((ImeSentenceModeValues)value & ImeSentenceModeValues.DoNotCare) == 0)) 1710ImeSentenceModeValues.DoNotCare);