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