4 references to SandboxExternalContentProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (2)
389get { return (bool) GetValue(SandboxExternalContentProperty); } 395SetValue(SandboxExternalContentProperty, fSandBox);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3797return (bool)navigator.GetValue(Frame.SandboxExternalContentProperty);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
70Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow));