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