14 references to Contains
PresentationFramework (14)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
112
if (ie == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\FigureParaClient.cs (2)
239
if(Rect.
Contains
(pt))
241
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\FloaterParaClient.cs (2)
243
if(Rect.
Contains
(pt))
245
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\PtsHelper.cs (1)
419
if(paraClient.Rect.
Contains
(pt))
MS\Internal\PtsHost\PtsPage.cs (3)
1217
if (pageDetails.u.simple.trackdescr.fsrc.
Contains
(pt))
1241
if (arraySectionDesc[index].fsrc.
Contains
(pt))
1354
if (arrayColumnDesc[index].fsrc.
Contains
(pt))
MS\Internal\PtsHost\SubpageParaClient.cs (2)
171
if(Rect.
Contains
(pt))
173
if(ContentRect.
Contains
(pt))
MS\Internal\PtsHost\TableParaClient.cs (2)
404
if (cellParaClient.Rect.
Contains
(pt))
416
if(element == null && _rect.
Contains
(pt))
MS\Internal\PtsHost\UIElementParaClient.cs (1)
169
if (_rect.
Contains
(pt))