1 write to _isOnCurrentPage
PresentationFramework (1)
System\Windows\Controls\GridViewRowPresenter.cs (1)
689
_isOnCurrentPage
= IsVisible && CheckVisibleOnCurrentPage();
1 reference to _isOnCurrentPage
PresentationFramework (1)
System\Windows\Controls\GridViewRowPresenter.cs (1)
693
return
_isOnCurrentPage
;