5 references to ToInt32
mscorlib (1)
system\boolean.cs (1)
267return Convert.ToInt32(m_value);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\WorkflowPrinting.cs (4)
498key.SetValue(RegistryHeaderCustom, Convert.ToInt32(this.headerCustom)); 499key.SetValue(RegistryFooterCustom, Convert.ToInt32(this.footerCustom)); 500key.SetValue(RegistryCenterHorizontally, Convert.ToInt32(this.centerHorizontally)); 501key.SetValue(RegistryCenterVertically, Convert.ToInt32(this.centerVertically));