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