2 references to IsPressed
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
78
bool isPressed = isClickable &&
IsPressed
;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
269
if (
IsPressed
&& IsClickable)