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