2 references to GdipGetStringFormatDigitSubstitution
System.Drawing (2)
commonui\System\Drawing\Advanced\StringFormat.cs (2)
499
int status = SafeNativeMethods.Gdip.
GdipGetStringFormatDigitSubstitution
(new HandleRef(this, nativeFormat), out lang, out digitSubstitute);
517
int status = SafeNativeMethods.Gdip.
GdipGetStringFormatDigitSubstitution
(new HandleRef(this, nativeFormat), out language, out digitSubstitute);