12 references to IsDayButton
PresentationFramework (12)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (12)
101
if (
IsDayButton
)
212
return (wrapperPeer != null) ? wrapperPeer.GetClassName() : (
IsDayButton
)? "CalendarDayButton" : "CalendarButton";
233
if (
IsDayButton
&& this.OwningCalendar.BlackoutDates.Contains(Date))
303
return
IsDayButton
? SR.CalendarAutomationPeer_DayButtonLocalizedControlType : SR.CalendarAutomationPeer_CalendarButtonLocalizedControlType;
364
if (
IsDayButton
&& owningButton != null)
683
if (
IsDayButton
)
712
if (
IsDayButton
)
739
if (
IsDayButton
)
770
if (
IsDayButton
&& EnsureSelection())
796
if (
IsDayButton
)
810
if (
IsDayButton
)
833
if (
IsDayButton
&& OwningButton != null)