3 references to MapUrlToZone
PresentationCore (3)
MS\Internal\AppModel\CustomCredentialPolicy.cs (1)
75switch (MapUrlToZone(challengeUri))
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs (2)
153int sourceZone = MS.Internal.AppModel.CustomCredentialPolicy.MapUrlToZone(sourceUri); 154int targetZone = MS.Internal.AppModel.CustomCredentialPolicy.MapUrlToZone(destinationUri);