3 references to FreeFormPanelUtilities
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
441
this.isRightToLeft =
FreeFormPanelUtilities
.IsRightToLeft(this.flowchartContentPresenter);
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
26
this.isTextRightToLeft =
FreeFormPanelUtilities
.IsRightToLeft(adornedElement);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
807
this.isRightToLeft =
FreeFormPanelUtilities
.IsRightToLeft(this.stateContainerGrid);