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