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