Lines Matching refs:m_pNotify
590 m_pNotify = pNotify; in SetNotify()
926 if (m_pNotify) { in SetContentChanged()
1010 if (!m_pNotify) in SetScrollInfo()
1027 m_pNotify->SetScrollInfo(Info); in SetScrollInfo()
1051 if (m_pNotify) { in SetScrollPosY()
1055 m_pNotify->SetScrollPosition(fy); in SetScrollPosY()
1161 if (m_pNotify) { in Refresh()
1167 m_pNotify->InvalidateRect(&rect); in Refresh()
1230 if (m_pNotify) { in RefreshWordRange()
1235 m_pNotify->InvalidateRect(&rcRefresh); in RefreshWordRange()
1244 if (m_pNotify) { in RefreshWordRange()
1249 m_pNotify->InvalidateRect(&rcRefresh); in RefreshWordRange()
1264 if (m_pNotify) { in SetCaretInfo()
1287 m_pNotify->SetCaret(m_SelState.IsEmpty(), VTToEdit(ptHead), in SetCaretInfo()