'宣言 Protected Function IsIndexedPropertyChanged( _ ByVal propertyName As String, _ ByVal contextName As String, _ ByVal oldValue As Brush, _ ByVal newValue As Brush _ ) As Boolean
protected bool IsIndexedPropertyChanged( string propertyName, string contextName, Brush oldValue, Brush newValue )