6 references to ClearInternal
PresentationFramework (6)
System\Windows\Controls\Calendar.cs (2)
553c.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 630c.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
602this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/); 621this.Owner.SelectedDates.ClearInternal(true /*fireChangeNotification*/);
System\Windows\Controls\SelectedDatesCollection.cs (2)
140ClearInternal(true /*fireChangeNotification*/); 344ClearInternal(false /*fireChangeNotification*/);