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