As I work with full trust, whenever a user clicks the fullscreen button, I used the Process.Start () method to open IE in kiosk mode.
The following code solved my problem.
Process.Start("C:\Program Files\Internet Explorer\iexplore.exe", "-kc:\MyXbap.xbap");
source share