6 references to ClearInternal
PresentationFramework (6)
System\Windows\Controls\Calendar.cs (2)
557
c.SelectedDates.
ClearInternal
(true /*fireChangeNotification*/);
634
c.SelectedDates.
ClearInternal
(true /*fireChangeNotification*/);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
607
this.Owner.SelectedDates.
ClearInternal
(true /*fireChangeNotification*/);
626
this.Owner.SelectedDates.
ClearInternal
(true /*fireChangeNotification*/);
System\Windows\Controls\SelectedDatesCollection.cs (2)
144
ClearInternal
(true /*fireChangeNotification*/);
348
ClearInternal
(false /*fireChangeNotification*/);