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