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