154 references to ToUpper
mscorlib (20)
microsoft\win32\registry.cs (2)
102
basekeyName = keyName.Substring(0, i).
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
105
basekeyName = keyName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2226
new BinaryWriter(ms).Write(name.
ToUpper
(CultureInfo.InvariantCulture));
system\runtime\interopservices\registrationservices.cs (9)
378
String strRecordId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
416
String strClsId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
500
String strClsId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
546
String strRecordId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
608
String strClsId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
800
String strClsId = "{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
874
String strTlbId = "{" + Marshal.GetTypeLibGuidForAssembly(assembly).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
900
String strTlbId = "{" + Marshal.GetTypeLibGuidForAssembly(assembly).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
1056
objs[0] = "HKEY_CLASSES_ROOT\\CLSID\\{" + Marshal.GenerateGuidForType(type).ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
system\runtime\interopservices\typelibconverter.cs (1)
185
String strTlbId = "{" + g.ToString().
ToUpper
(CultureInfo.InvariantCulture) + "}";
system\security\policy\site.cs (1)
128
return m_name.ToString().
ToUpper
(CultureInfo.InvariantCulture);
system\security\principal\sid.cs (1)
714
get { return ToString().
ToUpper
(CultureInfo.InvariantCulture); }
system\security\util\urlstring.cs (2)
555
localSite = localSite.
ToUpper
(CultureInfo.InvariantCulture);
1005
return StringBuilderCache.GetStringAndRelease(builtUrl).
ToUpper
(CultureInfo.InvariantCulture);
system\string.cs (2)
2670
return this.
ToUpper
(CultureInfo.CurrentCulture);
2691
return this.
ToUpper
(CultureInfo.InvariantCulture);
system\timezoneinfo.cs (1)
903
return m_id.
ToUpper
(CultureInfo.InvariantCulture).GetHashCode();
PresentationBuildTasks (9)
Core\CSharp\System\Windows\Media\Knowncolors.cs (1)
290
string colorUpper = colorString.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
229
string asmName = assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
359
path = _assemblyPathTable[assemblyName.
ToUpper
(
375
string assemblyShortName = assemblyName.Substring(0, indexComma).
ToUpper
(CultureInfo.InvariantCulture);
475
assemblyShortName = assemblyShortName.
ToUpper
(CultureInfo.InvariantCulture);
4569
string assemblyNameLookup = _assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
Shared\System\Windows\Markup\ReflectionHelper.cs (3)
350
string assemblyNameLookup = assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
523
assemblyShortName = assemblyShortName.
ToUpper
(CultureInfo.InvariantCulture);
682
string assemblyNameLookup = assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
PresentationCore (7)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
624
faceName = faceName.
ToUpper
(CultureInfo.InvariantCulture);
633
string currentFontName = name.Value.
ToUpper
(CultureInfo.InvariantCulture);
656
string currentFontName = name.Value.
ToUpper
(CultureInfo.InvariantCulture);
Core\CSharp\System\Windows\Input\Command\MouseActionConverter.cs (1)
88
mouseActionToken = mouseActionToken.
ToUpper
(CultureInfo.InvariantCulture);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
290
string colorUpper = colorString.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
682
string argbUpper = argbString.Trim().
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
244
string upperPixelFormatString = pixelFormatString.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
682
nameStr = nameStr.
ToUpper
(CultureInfo.CurrentCulture);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1261
textData = textData.
ToUpper
(InputLanguageManager.Current.CurrentInputLanguage);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
184
string upperAssemblyName = assemblyName.
ToUpper
(
229
string asmName = assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
359
path = _assemblyPathTable[assemblyName.
ToUpper
(
3600
string upperAssemblyName = assemblyFullName.
ToUpper
(
System (17)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (3)
153
DesigntimeLicenseContextSerializer.Deserialize(s, fileName.
ToUpper
(CultureInfo.InvariantCulture), this);
195
DesigntimeLicenseContextSerializer.Deserialize(s, fileName.
ToUpper
(CultureInfo.InvariantCulture), this);
209
DesigntimeLicenseContextSerializer.Deserialize(s, key.
ToUpper
(CultureInfo.InvariantCulture), this);
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (1)
72
string temp = toolboxItemTypeName.
ToUpper
(CultureInfo.InvariantCulture);
compmod\system\componentmodel\DesignerAttribute.cs (3)
33
string temp = designerTypeName.
ToUpper
(CultureInfo.InvariantCulture);
57
string temp = designerTypeName.
ToUpper
(CultureInfo.InvariantCulture);
70
string temp = designerTypeName.
ToUpper
(CultureInfo.InvariantCulture);
compmod\system\componentmodel\EditorAttribute.cs (2)
39
string temp = typeName.
ToUpper
(CultureInfo.InvariantCulture);
49
string temp = typeName.
ToUpper
(CultureInfo.InvariantCulture);
compmod\system\componentmodel\TypeConverterAttribute.cs (1)
60
string temp = typeName.
ToUpper
(CultureInfo.InvariantCulture);
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
79
string method = Request.Method.
ToUpper
(CultureInfo.InvariantCulture);
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
192
string method = Request.Method.
ToUpper
(CultureInfo.InvariantCulture);
net\System\Net\FtpWebRequest.cs (1)
103
method = method.
ToUpper
(CultureInfo.InvariantCulture);
net\System\Net\webclient.cs (1)
620
if (m_Method.
ToUpper
(CultureInfo.InvariantCulture) == "POST")
services\io\system\io\FileSystemWatcher.cs (2)
682
return PatternMatcher.StrictMatchPattern(filter.
ToUpper
(CultureInfo.InvariantCulture), name.
ToUpper
(CultureInfo.InvariantCulture));
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
310
s = s.
ToUpper
(CultureInfo.InvariantCulture);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyFilterPredicate.cs (2)
24
_matchText = matchText.
ToUpper
(CultureInfo.CurrentCulture);
43
return target != null && target.
ToUpper
(CultureInfo.CurrentCulture).Contains(_matchText);
System.Core (1)
System\Security\Cryptography\CapiNative.cs (1)
600
return algorithm.ToString().
ToUpper
(CultureInfo.InvariantCulture);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyFilterPredicate.cs (2)
24
_matchText = matchText.
ToUpper
(CultureInfo.CurrentCulture);
43
return target != null && target.
ToUpper
(CultureInfo.CurrentCulture).Contains(_matchText);
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
838
string toUpperFileName = mdfFileName.
ToUpper
(CultureInfo.InvariantCulture);
System.Data.Services (1)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
36
uri = new Uri(CommonUtil.UriToString(uri).
ToUpper
(CultureInfo.InvariantCulture), UriKind.RelativeOrAbsolute);
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlCollation.cs (2)
198
string optionName = pair[0].
ToUpper
(CultureInfo.InvariantCulture);
199
string optionValue = pair[1].
ToUpper
(CultureInfo.InvariantCulture);
System.IdentityModel (1)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
214
return obj.
ToUpper
(CultureInfo.InvariantCulture).GetHashCode();
System.Management (4)
WmiGenerator.cs (4)
862
string strFirstChar = strTemp.Substring(0,1).
ToUpper
(CultureInfo.InvariantCulture);
884
strNs = strNs.
ToUpper
(CultureInfo.InvariantCulture);
1184
cmp.Name = (new string(strPropName)).
ToUpper
(CultureInfo.InvariantCulture); //ConvertToTitleCase(new string(strPropName));
5121
if (bitMap.StartsWith(strTemp, StringComparison.Ordinal) || bitMap.StartsWith(strTemp.
ToUpper
(CultureInfo.InvariantCulture), StringComparison.Ordinal))
System.Messaging (10)
System\Messaging\MessageQueue.cs (9)
623
string pathUpper = this.path.
ToUpper
(CultureInfo.InvariantCulture);
1172
string pathUpper = this.path.
ToUpper
(CultureInfo.InvariantCulture);
1746
formatNameCache.Remove(path.
ToUpper
(CultureInfo.InvariantCulture));
1821
string pathUpper = path.
ToUpper
(CultureInfo.InvariantCulture);
2198
string upperPath = path.
ToUpper
(CultureInfo.InvariantCulture);
3349
if (queuePath.
ToUpper
(CultureInfo.InvariantCulture).EndsWith(SUFIX_JOURNAL))
3534
formatNameCache.Remove(path.
ToUpper
(CultureInfo.InvariantCulture));
3551
String upperPath = path.
ToUpper
(CultureInfo.InvariantCulture);
4561
this.formatName = formatName.
ToUpper
(CultureInfo.InvariantCulture);
System\Messaging\MessageQueueException.cs (1)
71
return Res.GetString(Convert.ToString(nativeErrorCode, 16).
ToUpper
(CultureInfo.InvariantCulture));
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2259
String csname =elementTypeName+wireName.Substring(0,1).
ToUpper
(CultureInfo.InvariantCulture)+wireName.Substring(1)+rankStr;
System.ServiceModel.Activation (1)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
229
string activityName = Path.GetFileNameWithoutExtension(filePath).
ToUpper
(CultureInfo.InvariantCulture);
System.Web (8)
Configuration\BrowserDefinition.cs (1)
59
sb.Append(s.Substring(0, 1).
ToUpper
(CultureInfo.InvariantCulture));
DataAccess\SqlConnectionHelper.cs (2)
136
string strUpper = str.
ToUpper
(CultureInfo.InvariantCulture).Trim();
216
fullFileName = fullFileName.
ToUpper
(CultureInfo.InvariantCulture);
HttpHeaderCollection.cs (2)
149
serverVars.SynchronizeServerVariable("HTTP_" + name.
ToUpper
(CultureInfo.InvariantCulture).Replace('-', '_'), svValue, ensurePopulated: false);
197
serverVars.SynchronizeServerVariable("HTTP_" + name.
ToUpper
(CultureInfo.InvariantCulture).Replace('-', '_'), null, ensurePopulated: false);
HttpRequest.cs (2)
452
return("HTTP_" + header.
ToUpper
(CultureInfo.InvariantCulture).Replace('-', '_'));
3147
string svName = "HTTP_" + name.
ToUpper
(CultureInfo.InvariantCulture).Replace('-', '_');
WorkerRequest.cs (1)
1387
Debug.Assert(serverVarName == null || serverVarName == "HTTP_" + headerName.
ToUpper
(CultureInfo.InvariantCulture).Replace('-', '_'));
System.Web.DataVisualization (19)
Common\ChartTypes\BoxPlotChart.cs (1)
750
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
Common\ChartTypes\ErrorBarChart.cs (3)
788
markerStyle = markerStyle.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
818
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
1563
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
Common\DataManager\DataPoint.cs (2)
173
sortBy = sortBy.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
2395
valueName = valueName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\GeneralFormulas.cs (1)
164
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\Oscillator.cs (1)
645
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\PriceIndicators.cs (1)
1121
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\StatisticalAnalysis.cs (1)
79
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\TechGeneralIndicators.cs (1)
820
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\TimeSeriesAndForecasting.cs (1)
100
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\VolumeIndicator.cs (1)
71
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\General\ChartArea3D.cs (4)
1122
if(processedChartTypes.Contains(curSeries.ChartTypeName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture)))
1132
if(ser.ChartTypeName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture) ==
1133
curSeries.ChartTypeName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture))
1147
processedChartTypes.Add(curSeries.ChartTypeName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture));
Common\General\DataManipulator.cs (1)
3045
formulaString = formulaString.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
WebForm\ChartWebControl.cs (1)
2041
buildNumber = assembly.FullName.
ToUpper
(CultureInfo.InvariantCulture);
System.Web.Mobile (8)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
429
writer.Write(numericDateFormat.
ToUpper
(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
406
writer.RenderText(numericDateFormat.
ToUpper
(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
375
writer.Write(numericDateFormat.
ToUpper
(CultureInfo.InvariantCulture));
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (3)
215
tagName = text.Substring(tagBegin+1, i-tagBegin-1).Trim().
ToUpper
(CultureInfo.InvariantCulture);
243
tagName = text.Substring(tagBegin+1, i-tagBegin-1).Trim().
ToUpper
(CultureInfo.InvariantCulture);
296
tagName = text.Substring(tagBegin+1, i-tagBegin-1).Trim().
ToUpper
(CultureInfo.InvariantCulture);
UI\MobileControls\Design\MobileContainerDesigner.cs (2)
501
String childUpperContent = childContent.
ToUpper
(CultureInfo.InvariantCulture);
505
if (!childUpperContent.StartsWith("<" + tagPrefix.
ToUpper
(CultureInfo.InvariantCulture) + ":", StringComparison.Ordinal))
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
368
text = text.
ToUpper
(CultureInfo.InvariantCulture);
376
found = Items[index].ToString().
ToUpper
(CultureInfo.InvariantCulture).StartsWith(text);
winforms\Managed\System\WinForms\Form.cs (2)
4271
loadedAssembliesFromGac.Add(asm.CodeBase.
ToUpper
(CultureInfo.InvariantCulture));
4294
if (loadedAssembliesFromGac.Contains(currentSite.AbsoluteUri.
ToUpper
(CultureInfo.InvariantCulture)))
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
755
Debug.Assert(text == text.
ToUpper
(CultureInfo.InvariantCulture), "GetPreferredSize assumes hex digits to be uppercase.");
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3844
switch (realClsid.ToString().
ToUpper
(CultureInfo.InvariantCulture))
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\BoxPlotChart.cs (1)
750
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
Common\ChartTypes\ErrorBarChart.cs (3)
788
markerStyle = markerStyle.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
818
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
1563
markerStyle = markerStyle.
ToUpper
(CultureInfo.InvariantCulture);
Common\DataManager\DataPoint.cs (2)
173
sortBy = sortBy.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
2395
valueName = valueName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\GeneralFormulas.cs (1)
164
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\Oscillator.cs (1)
645
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\PriceIndicators.cs (1)
1121
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\StatisticalAnalysis.cs (1)
79
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\TechGeneralIndicators.cs (1)
820
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\TimeSeriesAndForecasting.cs (1)
100
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\Formulas\VolumeIndicator.cs (1)
71
name = formulaName.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
Common\General\DataManipulator.cs (1)
3045
formulaString = formulaString.
ToUpper
(System.Globalization.CultureInfo.InvariantCulture);
WinForm\ChartWinControl.cs (1)
1877
buildNumber = assembly.FullName.
ToUpper
(CultureInfo.InvariantCulture);
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
550
string lowerCaseConnectionString = this.connectionString.
ToUpper
(CultureInfo.InvariantCulture);
System.Xml (3)
System\Xml\Schema\XmlSchemaDataType.cs (1)
321
canonicalUri = nameTable.Add(uri.Substring(0, offset) + uri.Substring(offset, uri.Length - offset).
ToUpper
(CultureInfo.InvariantCulture));
System\Xml\Serialization\CodeIdentifier.cs (1)
40
return identifier.
ToUpper
(CultureInfo.InvariantCulture);
System\Xml\Serialization\CodeIdentifiers.cs (1)
28
return s.
ToUpper
(CultureInfo.CurrentCulture).GetHashCode();
WindowsBase (9)
Base\MS\Internal\IO\Packaging\CompoundFile\VersionedStreamOwner.cs (2)
413
_fileVersion.FeatureIdentifier.
ToUpper
(CultureInfo.InvariantCulture),
414
_codeVersion.FeatureIdentifier.
ToUpper
(CultureInfo.InvariantCulture)) != 0)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (3)
1361
AuthenticationType.Windows.ToString().
ToUpper
(CultureInfo.InvariantCulture),
1362
authenticationType.
ToUpper
(CultureInfo.InvariantCulture)) == 0)
1962
rightName = rightName.ToString().
ToUpper
(CultureInfo.InvariantCulture);
Base\System\Windows\Input\KeyConverter.cs (1)
153
keyToken = keyToken.
ToUpper
(culture);
Base\System\Windows\Input\ModifierKeysConverter.cs (1)
166
token = token.
ToUpper
(culture);
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
350
string assemblyNameLookup = assemblyName.
ToUpper
(CultureInfo.InvariantCulture);
382
assemblyShortName = assemblyShortName.
ToUpper
(CultureInfo.InvariantCulture);