public static bool IsPropertyViewFrame(IViewFrame viewFrame)
 {
     return(FrameLocator.IsPropertyViewFrame(viewFrame));
 }