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