4 references to Normal
PresentationFramework (4)
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
66if (header != null && header.Role == GridViewColumnHeaderRole.Normal)
System\Windows\Controls\GridViewColumnHeader.cs (2)
96if (role == GridViewColumnHeaderRole.Normal) 152new FrameworkPropertyMetadata(GridViewColumnHeaderRole.Normal));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1499if (header.Role == GridViewColumnHeaderRole.Normal)