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