|
955 | 955 | x:Name="ItemName"
|
956 | 956 | Padding="6,0,0,0"
|
957 | 957 | VerticalAlignment="Center"
|
| 958 | + DataContextChanged="TextBlock_DataContextChanged" |
958 | 959 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
959 | 960 | Opacity="{x:Bind Opacity, Mode=OneWay}"
|
960 | 961 | Text="{x:Bind Name, Mode=OneWay}"
|
|
1104 | 1105 | HorizontalAlignment="Stretch"
|
1105 | 1106 | VerticalAlignment="Center"
|
1106 | 1107 | x:Load="{x:Bind IsRecycleBinItem}"
|
| 1108 | + DataContextChanged="TextBlock_DataContextChanged" |
1107 | 1109 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1108 | 1110 | Style="{StaticResource ColumnContentTextBlock}"
|
1109 | 1111 | Text="{x:Bind AsRecycleBinItem.ItemOriginalPath, Mode=OneWay}"
|
|
1117 | 1119 | HorizontalAlignment="Stretch"
|
1118 | 1120 | VerticalAlignment="Center"
|
1119 | 1121 | x:Load="{x:Bind IsRecycleBinItem}"
|
| 1122 | + DataContextChanged="TextBlock_DataContextChanged" |
1120 | 1123 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1121 | 1124 | Style="{StaticResource ColumnContentTextBlock}"
|
1122 | 1125 | Text="{x:Bind AsRecycleBinItem.ItemDateDeleted, Mode=OneWay}"
|
|
1129 | 1132 | Padding="10,0,0,0"
|
1130 | 1133 | HorizontalAlignment="Stretch"
|
1131 | 1134 | VerticalAlignment="Center"
|
| 1135 | + DataContextChanged="TextBlock_DataContextChanged" |
1132 | 1136 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1133 | 1137 | Style="{StaticResource ColumnContentTextBlock}"
|
1134 | 1138 | Text="{x:Bind ItemDateModified, Mode=OneWay}"
|
|
1141 | 1145 | Padding="10,0,0,0"
|
1142 | 1146 | HorizontalAlignment="Stretch"
|
1143 | 1147 | VerticalAlignment="Center"
|
| 1148 | + DataContextChanged="TextBlock_DataContextChanged" |
1144 | 1149 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1145 | 1150 | Style="{StaticResource ColumnContentTextBlock}"
|
1146 | 1151 | Text="{x:Bind ItemDateCreated, Mode=OneWay}"
|
|
1153 | 1158 | Padding="10,0,0,0"
|
1154 | 1159 | HorizontalAlignment="Stretch"
|
1155 | 1160 | VerticalAlignment="Center"
|
| 1161 | + DataContextChanged="TextBlock_DataContextChanged" |
1156 | 1162 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1157 | 1163 | Style="{StaticResource ColumnContentTextBlock}"
|
1158 | 1164 | Text="{x:Bind ItemType, Mode=OneWay}"
|
|
1165 | 1171 | Padding="10,0,0,0"
|
1166 | 1172 | HorizontalAlignment="Stretch"
|
1167 | 1173 | VerticalAlignment="Center"
|
| 1174 | + DataContextChanged="TextBlock_DataContextChanged" |
1168 | 1175 | IsTextTrimmedChanged="TextBlock_IsTextTrimmedChanged"
|
1169 | 1176 | Style="{StaticResource ColumnContentTextBlock}"
|
1170 | 1177 | Text="{x:Bind FileSize, Mode=OneWay}"
|
|
0 commit comments