4 references to SandboxExternalContentProperty
PresentationFramework (4)
System\Windows\Controls\Frame.cs (2)
363
get { return (bool) GetValue(
SandboxExternalContentProperty
); }
367
SetValue(
SandboxExternalContentProperty
, fSandBox);
System\Windows\Navigation\NavigationService.cs (1)
3458
return (bool)navigator.GetValue(Frame.
SandboxExternalContentProperty
);
System\Windows\Navigation\NavigationWindow.cs (1)
46
Frame.
SandboxExternalContentProperty
.AddOwner(typeof(NavigationWindow));