71 references to TextInfo
ComSvcConfig (1)
Tool.cs (1)
905Thread.CurrentThread.CurrentUICulture.TextInfo.OEMCodePage))
mscorlib (11)
system\char.cs (2)
376return culture.TextInfo.ToUpper(c); 405return culture.TextInfo.ToLower(c);
system\collections\caseinsensitivehashcodeprovider.cs (2)
35m_text = CultureInfo.CurrentCulture.TextInfo; 43m_text = culture.TextInfo;
system\globalization\cultureinfo.cs (2)
596this.textInfo = altCulture.TextInfo; 1840retval.TextInfo.SetReadOnlyState(true);
system\security\permissiontoken.cs (1)
36_info = CultureInfo.InvariantCulture.TextInfo;
system\security\util\sitestring.cs (1)
176TextInfo info = CultureInfo.InvariantCulture.TextInfo;
system\security\util\urlstring.cs (1)
913TextInfo info = CultureInfo.InvariantCulture.TextInfo;
system\string.cs (2)
2654return culture.TextInfo.ToLower(this); 2682return culture.TextInfo.ToUpper(this);
PresentationCore (3)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
645_altNumpadcomposition.SetText(CharacterEncoding(InputLanguageManager.Current.CurrentInputLanguage.TextInfo.ANSICodePage, _altNumpadEntry));
Core\CSharp\System\Windows\Media\Animation\KeySplineConverter.cs (2)
141cultureInfo != null ? cultureInfo.TextInfo.ListSeparator : CultureInfo.InvariantCulture.TextInfo.ListSeparator);
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
204string listSeparator = snc.Language.GetSpecificCulture().TextInfo.ListSeparator;
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
39_currentCodePage = CultureInfo.CurrentCulture.TextInfo.ANSICodePage;
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 (3)
compmod\system\componentmodel\MaskedTextProvider.cs (2)
2210input = this.culture.TextInfo.ToLower(input); 2217input = this.culture.TextInfo.ToUpper(input);
regex\system\text\regularexpressions\RegexBoyerMoore.cs (1)
236TextInfo textinfo = _culture.TextInfo;
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (2)
648Encoding cpe = System.Text.Encoding.GetEncoding(culInfo.TextInfo.ANSICodePage); 851Encoding cpe = System.Text.Encoding.GetEncoding(culInfo.TextInfo.ANSICodePage);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3699codePage = CultureInfo.GetCultureInfo(cultureId).TextInfo.ANSICodePage; 3759codePage = ci.TextInfo.ANSICodePage;
fx\src\data\System\Data\SQLTypes\SQLString.cs (2)
149Encoding cpe = System.Text.Encoding.GetEncoding(culInfo.TextInfo.ANSICodePage); 383Encoding cpe = System.Text.Encoding.GetEncoding(culInfo.TextInfo.ANSICodePage);
System.Drawing (14)
commonui\System\Drawing\Advanced\SizeFConverter.cs (2)
78char sep = culture.TextInfo.ListSeparator[0]; 120string sep = culture.TextInfo.ListSeparator + " ";
commonui\System\Drawing\ColorConverter.cs (2)
147char sep = culture.TextInfo.ListSeparator[0]; 264string sep = culture.TextInfo.ListSeparator + " ";
commonui\System\Drawing\FontConverter.cs (2)
98char sep = culture.TextInfo.ListSeparator[0]; // For vi-VN: ',' 222string sep = culture.TextInfo.ListSeparator + " "; // For vi-VN: ','
commonui\System\Drawing\PointConverter.cs (2)
78char sep = culture.TextInfo.ListSeparator[0]; 121string sep = culture.TextInfo.ListSeparator + " ";
commonui\System\Drawing\Printing\MarginsConverter.cs (2)
77char sep = culture.TextInfo.ListSeparator[0]; 119string sep = culture.TextInfo.ListSeparator + " ";
commonui\System\Drawing\RectangleConverter.cs (2)
78char sep = culture.TextInfo.ListSeparator[0]; 122string sep = culture.TextInfo.ListSeparator + " ";
commonui\System\Drawing\SizeConverter.cs (2)
78char sep = culture.TextInfo.ListSeparator[0]; 121string sep = culture.TextInfo.ListSeparator + " ";
System.ServiceModel (5)
System\ServiceModel\Channels\BindingContext.cs (1)
166builder.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator);
System\ServiceModel\Channels\ChannelRequirements.cs (2)
275contractChannelTypes.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator); 319bindingChannelTypes.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
734endpointContractNames.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator);
System\ServiceModel\ServiceHost.cs (1)
650buffer.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator).Append(address.Scheme);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
75sb.Append(CultureInfo.CurrentCulture.TextInfo.ListSeparator);
System.Web (7)
ErrorFormatter.cs (1)
744return CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft;
OutputCacheModule.cs (4)
152sb.Append(CultureInfo.InvariantCulture.TextInfo.ToLower(path)); 209a[i] = CultureInfo.InvariantCulture.TextInfo.ToLower(a[i]); 1204varyByHeaders[i] = "HTTP_" + CultureInfo.InvariantCulture.TextInfo.ToUpper( 1217varyByParams[i] = CultureInfo.InvariantCulture.TextInfo.ToLower(varyByParams[i]);
UI\WebControls\FontNamesConverter.cs (2)
44string[] names = ((string)value).Split(new char[] { culture.TextInfo.ListSeparator[0] }); 64return string.Join(culture.TextInfo.ListSeparator, ((string[])value));
System.Windows.Forms (10)
winforms\Managed\System\WinForms\LinkArea.cs (2)
149char sep = culture.TextInfo.ListSeparator[0]; 190string sep = culture.TextInfo.ListSeparator + " ";
winforms\Managed\System\WinForms\LinkConverter.cs (2)
74char sep = culture.TextInfo.ListSeparator[0]; 116string sep = culture.TextInfo.ListSeparator + " ";
winforms\Managed\System\WinForms\Padding.cs (2)
319char sep = culture.TextInfo.ListSeparator[0]; 354string sep = culture.TextInfo.ListSeparator + " ";
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
205sb.Append(Application.CurrentCulture.TextInfo.ListSeparator);
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (2)
71char separator = culture.TextInfo.ListSeparator[0]; 114string sep = culture.TextInfo.ListSeparator + " ";
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
111char sep = culture.TextInfo.ListSeparator[0];
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)
WsatConfig (1)
CommandLine\ConsoleEntryPoint.cs (1)
259(System.Console.OutputEncoding.CodePage != Thread.CurrentThread.CurrentUICulture.TextInfo.OEMCodePage))