4 references to Normal
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
63
if (header != null && header.Role == GridViewColumnHeaderRole.
Normal
)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
99
if (role == GridViewColumnHeaderRole.
Normal
)
155
new FrameworkPropertyMetadata(GridViewColumnHeaderRole.
Normal
));
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1502
if (header.Role == GridViewColumnHeaderRole.
Normal
)