1 write to _source
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1359_source = source;
5 references to _source
PresentationFramework (5)
System\Windows\Controls\PopupControlService.cs (5)
1595if (mouseSource != _source) 1598pt = PointUtil.ScreenToClient(ptScreen, _source); 1607System.Windows.Interop.HwndSource hwndSource = _source as System.Windows.Interop.HwndSource; 1615return ContainsPoint(_source, (int)pt.X, (int)pt.Y); 1644if (source != _source)