2 references to DidMouseMove
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
1274if (IsDropDownOpen && Mouse.Captured == this && DidMouseMove())
System\Windows\Controls\ListBox.cs (1)
768if ((Mouse.Captured == this) && DidMouseMove())