12 references to IsDayButton
PresentationFramework (12)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (12)
120if (IsDayButton) 231return (wrapperPeer != null) ? wrapperPeer.GetClassName() : (IsDayButton)? "CalendarDayButton" : "CalendarButton"; 252if (IsDayButton && this.OwningCalendar.BlackoutDates.Contains(Date)) 322return IsDayButton ? SR.Get(SRID.CalendarAutomationPeer_DayButtonLocalizedControlType) : SR.Get(SRID.CalendarAutomationPeer_CalendarButtonLocalizedControlType); 384if (IsDayButton && owningButton != null) 670if (IsDayButton) 699if (IsDayButton) 726if (IsDayButton) 757if (IsDayButton && EnsureSelection()) 783if (IsDayButton) 797if (IsDayButton) 820if (IsDayButton && OwningButton != null)