@@ -437,7 +437,7 @@ private SolidColorBrush GetSolidColorBrush(string colorString)
437
437
public void CalculateHeight_ShouldReturnHeight_WhenHeightConstraintIsPositiveInfinity ( )
438
438
{
439
439
var chip = new SfChip ( ) ;
440
- SetPrivateField ( chip , "textHeightPadding " , 5 ) ;
440
+ SetPrivateField ( chip , "_textHeightPadding " , 5 ) ;
441
441
SetNonPublicProperty ( chip , "IsCreatedInternally" , false ) ;
442
442
chip . ImageSize = 10 ;
443
443
chip . ShowIcon = true ;
@@ -450,7 +450,7 @@ public void CalculateHeight_ShouldReturnHeight_WhenHeightConstraintIsPositiveInf
450
450
public void CalculateHeight_ShouldReturnHeight_WhenHeightConstraintIsZero ( )
451
451
{
452
452
var chip = new SfChip ( ) ;
453
- SetPrivateField ( chip , "textHeightPadding " , 5 ) ;
453
+ SetPrivateField ( chip , "_textHeightPadding " , 5 ) ;
454
454
SetNonPublicProperty ( chip , "IsCreatedInternally" , false ) ;
455
455
chip . ImageSize = 10 ;
456
456
chip . ShowIcon = true ;
@@ -463,7 +463,7 @@ public void CalculateHeight_ShouldReturnHeight_WhenHeightConstraintIsZero()
463
463
public void CalculateHeight_ShouldReturnHeight_WhenIsCreatedInternallyIsTrue ( )
464
464
{
465
465
var chip = new SfChip ( ) ;
466
- SetPrivateField ( chip , "textHeightPadding " , 5 ) ;
466
+ SetPrivateField ( chip , "_textHeightPadding " , 5 ) ;
467
467
SetNonPublicProperty ( chip , "IsCreatedInternally" , true ) ;
468
468
chip . ImageSize = 10 ;
469
469
chip . ShowIcon = true ;
0 commit comments