14 references to Contains
PresentationFramework (14)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
106
if (ie == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\FigureParaClient.cs (2)
230
if(Rect.
Contains
(pt))
232
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\FloaterParaClient.cs (2)
235
if(Rect.
Contains
(pt))
237
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\PtsHelper.cs (1)
413
if(paraClient.Rect.
Contains
(pt))
MS\Internal\PtsHost\PtsPage.cs (3)
1204
if (pageDetails.u.simple.trackdescr.fsrc.
Contains
(pt))
1228
if (arraySectionDesc[index].fsrc.
Contains
(pt))
1341
if (arrayColumnDesc[index].fsrc.
Contains
(pt))
MS\Internal\PtsHost\SubpageParaClient.cs (2)
165
if(Rect.
Contains
(pt))
167
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\TableParaClient.cs (2)
397
if (cellParaClient.Rect.
Contains
(pt))
409
if(element == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\UIElementParaClient.cs (1)
164
if (_rect.
Contains
(pt))