15 references to SafeSecurityHelper
PresentationFramework (15)
src\Framework\System\Windows\BroadcastEventHelper.cs (3)
478return SafeSecurityHelper.IsConnectedToPresentationSource(visual); 488return SafeSecurityHelper.IsConnectedToPresentationSource(visual); 734else if ( SafeSecurityHelper.IsConnectedToPresentationSource( fe ))
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (3)
235_previousScreenCoordPosition = _originScreenCoordPosition = SafeSecurityHelper.ClientToScreen(this,_originThumbPoint); 272Point pt = SafeSecurityHelper.ClientToScreen(this, e.MouseDevice.GetPosition(this)); 303Point screenCoordPosition = SafeSecurityHelper.ClientToScreen(this, thumbCoordPosition);
src\Framework\System\Windows\Controls\WebBrowser.cs (3)
42using SafeSecurityHelper=MS.Internal.PresentationFramework.SafeSecurityHelper; 167if (SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.KeyToRead.WebBrowserDisable))
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (3)
29using SafeSecurityHelper=MS.Internal.PresentationFramework.SafeSecurityHelper; 387_isScriptInteropDisabled.Value = SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.KeyToRead.ScriptInteropDisable);
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
542return MS.Internal.PresentationFramework.SafeSecurityHelper.IsSameKeyToken(
src\Framework\System\Windows\SystemResources.cs (2)
583_assemblyName = SafeSecurityHelper.GetAssemblyPartialName(assembly); 798string fullName = SafeSecurityHelper.GetFullAssemblyNameFromPartialName(_assembly, assemblyName);