3 references to FilterCompositionString
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
504
string filteredText =
FilterCompositionString
(new string(text), start.GetOffsetToPosition(end)); // does NOT filter MaxLength.
705
string filteredText =
FilterCompositionString
(new string(text), range.Start.GetOffsetToPosition(range.End)); // does NOT filter MaxLength.
1509
string filteredText =
FilterCompositionString
(result, TextSelection.Start.GetOffsetToPosition(TextSelection.End)); // does NOT filter MaxLength.