6 references to ClearInternal
PresentationFramework (6)
System\Windows\Controls\Calendar.cs (2)
552c.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 629c.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
601this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 620this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
System\Windows\Controls\SelectedDatesCollection.cs (2)
139ClearInternal(true /*fireChangeNotification*/); 343ClearInternal(false /*fireChangeNotification*/);