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