1 write to _source
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1356
_source
= source;
5 references to _source
PresentationFramework (5)
System\Windows\Controls\PopupControlService.cs (5)
1592
if (mouseSource !=
_source
)
1595
pt = PointUtil.ScreenToClient(ptScreen,
_source
);
1604
System.Windows.Interop.HwndSource hwndSource =
_source
as System.Windows.Interop.HwndSource;
1612
return ContainsPoint(
_source
, (int)pt.X, (int)pt.Y);
1641
if (source !=
_source
)