System.Windows.DependencyObject.ShouldSerializeProperty C# (CSharp) Method

ShouldSerializeProperty() public method

public ShouldSerializeProperty ( DependencyProperty dp ) : bool
dp DependencyProperty
return bool
        public bool ShouldSerializeProperty(DependencyProperty dp)
        {
            throw new NotImplementedException ();
        }