6 references to ClearInternal
PresentationFramework (6)
src\Framework\System\Windows\Controls\Calendar.cs (2)
558c.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 635c.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
608this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 627this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (2)
145ClearInternal(true /*fireChangeNotification*/); 349ClearInternal(false /*fireChangeNotification*/);