1 write to IsBlockedByRM
PresentationUI (1)
MS\Internal\Documents\Application\CommandEnforcer.cs (1)
111binding.Command.IsBlockedByRM = !((policyToEnforce & binding.Policy) == binding.Policy);
2 references to IsBlockedByRM
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (2)
318if ((target != null) && !IsBlockedByRM) 374if ((target != null) && !IsBlockedByRM)