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