6 references to IsValidOrientation
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
113
new ValidateValueCallback(
IsValidOrientation
));
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
242
new ValidateValueCallback(ScrollBar.
IsValidOrientation
));
src\Framework\System\Windows\Controls\Slider.cs (1)
285
new ValidateValueCallback(ScrollBar.
IsValidOrientation
));
src\Framework\System\Windows\Controls\Stack.cs (1)
327
new ValidateValueCallback(ScrollBar.
IsValidOrientation
));
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
107
new ValidateValueCallback(ScrollBar.
IsValidOrientation
));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1761
new ValidateValueCallback(ScrollBar.
IsValidOrientation
));