5 references to CannotHavePropertyInTemplate
PresentationFramework (5)
System\Windows\StyleHelper.cs (5)
431
throw new InvalidOperationException(SR.Format(SR.
CannotHavePropertyInTemplate
, Control.TemplateProperty.Name));
438
throw new InvalidOperationException(SR.Format(SR.
CannotHavePropertyInTemplate
, FrameworkElement.StyleProperty.Name));
445
throw new InvalidOperationException(SR.Format(SR.
CannotHavePropertyInTemplate
, FrameworkElement.DefaultStyleKeyProperty.Name));
452
throw new InvalidOperationException(SR.Format(SR.
CannotHavePropertyInTemplate
, FrameworkElement.OverridesDefaultStyleProperty.Name));
459
throw new InvalidOperationException(SR.Format(SR.
CannotHavePropertyInTemplate
, FrameworkElement.NameProperty.Name));