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