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