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