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