2 references to UriSchemeMailto
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (1)
116bool fIsMailTo = String.Compare(destinationUri.Scheme, Uri.UriSchemeMailto, StringComparison.OrdinalIgnoreCase) == 0 ;
src\Framework\System\Windows\Documents\FixedPage.cs (1)
623uri.Scheme == Uri.UriSchemeMailto || // Automation will request navigation to pack Uris when automating links withing a document