4 references to DoNotCare
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputMethod.cs (4)
357
new PropertyMetadata(ImeConversionModeValues.
DoNotCare
));
914
Debug.Assert((value & ImeConversionModeValues.
DoNotCare
) == 0);
1344
if ((value != null) && (((ImeConversionModeValues)value & ImeConversionModeValues.
DoNotCare
) == 0))
1868
ImeConversionModeValues.
DoNotCare
);