8 references to IsRightToLeft
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditor.cs (1)
510if (inputCultureInfo.TextInfo.IsRightToLeft)
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\PlatformCulture.cs (1)
37return _platformCulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\PlatformCulture.cs (1)
37return _platformCulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\PlatformCulture.cs (1)
37return _platformCulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\PlatformCulture.cs (1)
37return _platformCulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
System.Web (1)
ErrorFormatter.cs (1)
744return CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft;
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
212if (CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
316if (CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft)