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