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