12 references to IsDayButton
PresentationFramework (12)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (12)
105
if (
IsDayButton
)
216
return (wrapperPeer != null) ? wrapperPeer.GetClassName() : (
IsDayButton
)? "CalendarDayButton" : "CalendarButton";
237
if (
IsDayButton
&& this.OwningCalendar.BlackoutDates.Contains(Date))
307
return
IsDayButton
? SR.CalendarAutomationPeer_DayButtonLocalizedControlType : SR.CalendarAutomationPeer_CalendarButtonLocalizedControlType;
368
if (
IsDayButton
&& owningButton != null)
687
if (
IsDayButton
)
716
if (
IsDayButton
)
743
if (
IsDayButton
)
774
if (
IsDayButton
&& EnsureSelection())
800
if (
IsDayButton
)
814
if (
IsDayButton
)
837
if (
IsDayButton
&& OwningButton != null)