3 references to MatchCase
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
110findFlags |= (findToolBar.MatchCase ? FindFlags.MatchCase : FindFlags.None);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1789findFlags |= FindFlags.MatchCase;
src\Framework\System\Windows\Documents\TextFindEngine.cs (1)
110bool matchCase = (flags & FindFlags.MatchCase) != 0;