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