Implemented interface member:
2 overrides of EndInit
Microsoft.Build.Framework (2)
XamlTypes\EnumProperty.cs (1)
52public override void EndInit()
XamlTypes\IntProperty.cs (1)
52public override void EndInit()
4 references to EndInit
Microsoft.Build.Framework (4)
XamlTypes\BaseProperty.cs (2)
22/// setting the first property and <see cref="EndInit"/> after setting the last property of the object.</para> 405/// setting the first property and <see cref="EndInit"/> after setting the last property of the object.</para>
XamlTypes\EnumProperty.cs (1)
54base.EndInit();
XamlTypes\IntProperty.cs (1)
54base.EndInit();