4 references to Source
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (1)
288sourceUri = BrowserInteropHelper.Source;
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
1127if (description == null && BrowserInteropHelper.Source != null) 1129Uri source = BrowserInteropHelper.Source;
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
110int sourceZone = AppSecurityManager.MapUrlToZone(BrowserInteropHelper.Source);