12 references to IsDayButton
PresentationFramework (12)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (12)
112
if (
IsDayButton
)
223
return (wrapperPeer != null) ? wrapperPeer.GetClassName() : (
IsDayButton
)? "CalendarDayButton" : "CalendarButton";
244
if (
IsDayButton
&& this.OwningCalendar.BlackoutDates.Contains(Date))
314
return
IsDayButton
? SR.CalendarAutomationPeer_DayButtonLocalizedControlType : SR.CalendarAutomationPeer_CalendarButtonLocalizedControlType;
375
if (
IsDayButton
&& owningButton != null)
694
if (
IsDayButton
)
723
if (
IsDayButton
)
750
if (
IsDayButton
)
781
if (
IsDayButton
&& EnsureSelection())
807
if (
IsDayButton
)
821
if (
IsDayButton
)
844
if (
IsDayButton
&& OwningButton != null)