4 references to DoNotCare
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputMethod.cs (4)
396new PropertyMetadata(ImeSentenceModeValues.DoNotCare)); 1171Debug.Assert((value & ImeSentenceModeValues.DoNotCare) == 0); 1350if ((value != null) && (((ImeSentenceModeValues)value & ImeSentenceModeValues.DoNotCare) == 0)) 1885ImeSentenceModeValues.DoNotCare);