14 references to Contains
PresentationFramework (14)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
107
if (ie == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\FigureParaClient.cs (2)
231
if(Rect.
Contains
(pt))
233
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\FloaterParaClient.cs (2)
236
if(Rect.
Contains
(pt))
238
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\PtsHelper.cs (1)
414
if(paraClient.Rect.
Contains
(pt))
MS\Internal\PtsHost\PtsPage.cs (3)
1205
if (pageDetails.u.simple.trackdescr.fsrc.
Contains
(pt))
1229
if (arraySectionDesc[index].fsrc.
Contains
(pt))
1342
if (arrayColumnDesc[index].fsrc.
Contains
(pt))
MS\Internal\PtsHost\SubpageParaClient.cs (2)
166
if(Rect.
Contains
(pt))
168
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\TableParaClient.cs (2)
398
if (cellParaClient.Rect.
Contains
(pt))
410
if(element == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\UIElementParaClient.cs (1)
165
if (_rect.
Contains
(pt))