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