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