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