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