Implemented interface member:
2 overrides of EndInit
Microsoft.Build.Framework (2)
XamlTypes\EnumProperty.cs (1)
52
public override void
EndInit
()
XamlTypes\IntProperty.cs (1)
52
public 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)
54
base.
EndInit
();
XamlTypes\IntProperty.cs (1)
54
base.
EndInit
();