2 references to MatchKashida
PresentationFramework (2)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
98
findFlags |= (findToolBar.MatchKashida ? FindFlags.
MatchKashida
: FindFlags.None);
System\Windows\Documents\TextFindEngine.cs (1)
110
bool matchKashida = (flags & FindFlags.
MatchKashida
) != 0;