6 references to FlowDirections
PresentationFramework (5)
System\Windows\Controls\TextRangeAdaptor.cs (5)
414FlowDirections flowUIA; 419flowUIA = FlowDirections.Default; 422flowUIA = FlowDirections.RightToLeft; 427delegate(object val1, object val2) { return (FlowDirections)val1 == (FlowDirections)val2; })
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
522new AutomationAttributeInfo( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ),