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