I have an issue regarding cross thread calls in WPF.
foreach (RadioButton r in StatusButtonList) { StatusType status = null;
r.Dispatcher.Invoke( System.Windows.Threading.DispatcherPriority.Normal, new Action( delegate() { // DO YOUR If... ELSE STATEMNT HERE } ));