0
kicks
WPF - Modal Controls Via DispatcherFrame (Nested Message Pumps)
Creating truly modal controls in WPF is very tricky, usually its achieved by de-chroming a modal window to emulate the desired result. Well you can actually interact with controls on a blocked Dispatcher thread (making them modal) by creating nested message pumps via DispatcherFrame