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