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