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